Logging #
Log level #
Set the application log level:
"%profile":
universalid:
# Logger
log:
category:
"io.akskunkworks.universalid":
level: DEBUG
Available levels:
ERROR
a major issue in processing or an inability to complete a request.WARN
a non-critical service error or problem that might not require immediate correction.INFO
service lifecycle events or other important infrequent information.DEBUG
additional information about lifecycle events or events not tied to specific requests, useful for debugging.TRACE
detailed per-request debugging information, potentially at a very high frequency.
Selecting a lower level includes all higher levels.