Skip to content

Files

Latest commit

4ad3ae2 · May 10, 2022

History

History
15 lines (11 loc) · 659 Bytes
·

README.md

File metadata and controls

15 lines (11 loc) · 659 Bytes
·

interop-be-catalog-management

To change the log level at runtime use:

# This is for the internal Akka actors and classic Akka logging
curl -X PUT <akkaManagementEndpoint>/loglevel/akka?level=DEBUG
# This is for the internal Akka actors and classic Akka logging
curl -X PUT <akkaManagementEndpoint>/loglevel/logback?logger=<loggerName>&level=DEBUG

where <loggerName> is the name of a specific logger that has to have been created in the code itself. GETting the same endpoints w/o the level query parameters returns the actual logging level for that logger.

Source