onlinee commented on issue #2116:
URL:
https://github.com/apache/logging-log4j2/issues/2116#issuecomment-1871699253
Thanks, i use 3.0.0-beta1 instead of, it work normal.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
onlinee closed issue #2116: LoggerContext.selector sometimes not working
URL: https://github.com/apache/logging-log4j2/issues/2116
--
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 com
jvz commented on issue #2116:
URL:
https://github.com/apache/logging-log4j2/issues/2116#issuecomment-1869804088
So I'm going to note that we're [removing the system properties for
specifying classes](https://github.com/apache/logging-log4j2/issues/1977); you
can currently register your own
onlinee opened a new issue, #2116:
URL: https://github.com/apache/logging-log4j2/issues/2116
I have set
System.setProperty(Log4jPropertyKey.CONTEXT_SELECTOR_CLASS_NAME.getSystemKey(),
AsyncLoggerContextSelector.class.getCanonicalName()); before
LogManager.getLogger.
sometimes it wo