mbain-cincom commented on issue #1382: URL: https://github.com/apache/logging-log4j2/issues/1382#issuecomment-1477178651
@ppkarwasz Thank you for the reply, it filled in the piece I was missing. It wasn't a broken configuration, rather an incorrect mindset on my part. Previously this application was using Log4j2 and Log4j1 for independent purposes. In 2.17.1 we were able to get the proper result based on the configure() option not doing anything and having a logger that matched in our log4j2.xml. As soon as it was actually performing an initialization it is now overwriting our log4j2 configuration with our legacy Log4j1 configuration, and our Log4j2 usage in essence no longer has loggers to work with. We will have to look into potential solutions either through context or creating a custom configuration factory, etc. -- 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]
