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 changing the log level by unauthorized users (even if sensitive is set to false ). To allow this you must set endpoints.loggers.write-sensitive to false . |