Configuration

To configure the loggers endpoint, supply configuration through endpoints.loggers.

Loggers Endpoint Configuration Example

  1. endpoints:
  2. loggers:
  3. enabled: Boolean
  4. 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.