Skip to content

pagopa/interop-be-tenant-process

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1e32604 · Feb 23, 2024
Nov 25, 2022
Aug 26, 2022
Aug 26, 2022
Feb 23, 2024
Feb 14, 2024
Apr 19, 2023
Aug 8, 2022
Aug 26, 2022
Aug 8, 2022
Oct 7, 2022
Aug 28, 2023
Aug 26, 2022
Aug 8, 2022
Nov 25, 2022
Aug 26, 2022

Repository files navigation

interop-be-tenant-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