Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 658 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 658 Bytes

interop-be-agreement-process

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