ppkarwasz opened a new pull request, #2517: URL: https://github.com/apache/logging-log4j2/pull/2517
Currently, if `log4j2.isWebapp` is enabled, the effective values of the following system properties: * `log4j2.enableThreadlocals`, * `log4j2.garbagefreeThreadLocalMap`, * `log4j2.shutdownHookEnabled`. is set to `false`. After this PR: * the above mentioned constants are set to the value **explicitly** set by the user, * if the user didn't provide any value `!log4j2.isWebapp` is used. -- 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]
