rgoers commented on PR #1471: URL: https://github.com/apache/logging-log4j2/pull/1471#issuecomment-1543335455
I really don't care for this solution. It presupposes that all one wants to do is log events to a list. The vast majority of our tests that need to run in parallel do not do this. You are on the right track with storing the LoggerContext's in the environment but instead what should be implemented is a LoggerContextSelector that retrieve the correct logger context from the environment. The obvious choice would be to use the test class name as the key for the LoggerContext. -- 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]
