Added configuration option to throttle incoming frontend requests:
In your application.yml:
logging:
frontend:
limit: 2000 #one log request is accepted each 2000 millis, more will be ignored
Added configuration option to throttle incoming frontend requests:
In your application.yml:
logging:
frontend:
limit: 2000 #one log request is accepted each 2000 millis, more will be ignored