Re: [I] %tid always print the same ID if async logging is used (logging-log4j2)

2024-02-01 Thread via GitHub
ppkarwasz commented on issue #2258: URL: https://github.com/apache/logging-log4j2/issues/2258#issuecomment-1921256723 No, it is async. When we talk about async loggers, we are actually talking about two **different** implementations: -

Re: [I] %tid always print the same ID if async logging is used (logging-log4j2)

2024-02-01 Thread via GitHub
baldpate commented on issue #2258: URL: https://github.com/apache/logging-log4j2/issues/2258#issuecomment-1921002400 Hi @ppkarwasz, With AsyncLoggerContextSelector the thread ID seems normal. But I cannot find the `Starting AsyncLogger disruptor` log with ``` ``` With

Re: [I] %tid always print the same ID if async logging is used (logging-log4j2)

2024-02-01 Thread via GitHub
ppkarwasz commented on issue #2258: URL: https://github.com/apache/logging-log4j2/issues/2258#issuecomment-1920768637 @baldpate, Thank you for the report, we'll look into it. Could you also try with a **full** async configuration? This requires you to add: ```