ppkarwasz commented on issue #1382: URL: https://github.com/apache/logging-log4j2/issues/1382#issuecomment-1477056734
`PropertyConfigurator#configure()` was a no-op before version 2.17.2 (cf. [source code](https://github.com/apache/logging-log4j2/blob/rel/2.17.1/log4j-1.2-api/src/main/java/org/apache/log4j/PropertyConfigurator.java)). The call must provide a broken configuration (you can debug it by running `-Dlog4j2.debug=true`), hence the logs vanish. -- 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]
