ppkarwasz commented on issue #2851: URL: https://github.com/apache/logging-log4j2/issues/2851#issuecomment-2294983505
@aubreyyan, Thank You for the report. > Also, I just found the `log4j2.properties` which may be of help: > > ``` > # Root logger > rootLogger = INFO, STDOUT > > # Logger for the client itself > logger.client = DEBUG, STDOUT > logger.client.name = com.*********.********* > logger.client.additivity = false > > # Logger for the jsonrpc library. > # In general, it may be unsafe to log DEBUG messages, since those contain uncensored arguments. > logger.jsonrpc = ERROR, STDOUT > logger.jsonrpc.name = com.googlecode.jsonrpc4j > logger.jsonrpc.additivity = false > ``` The `rootLogger = ...` shortcut was introduced in version `2.17.2`, whereas you are using version 2.17.1. Can you check if the problem persists in the latest release of Log4j? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
