Skip to content

Releases: 42BV/spring-boot-starter-logging-frontend

1.3.0

17 Dec 13:34
Compare
Choose a tag to compare

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