Configuration
To configure the loggers endpoint, supply configuration through endpoints.loggers
.
Loggers Endpoint Configuration Example
endpoints:
loggers:
enabled: Boolean
sensitive: Boolean
By default the endpoint doesn’t allow to change the log level by unauthorized users (even if sensitive is set to false ). To allow it is necessary set endpoints.loggers.write-sensitive to false . |