Replies: 1 comment
-
Gitter - https://gitter.im/kamon-io/Kamon?at=63e8b567cd508f5c5ffce986 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use
TraceIDConverter
to log request ID orContextEntryConverter
for additional information. But it does not work in case ofAsyncAppender
. Target appender isConsoleAppender
.My configuration is:
If I use
STDOUT
appender it correctly logsrequest-id
andentry-component
. While in case ofASYNC-STDOUT
appender it does not logentry-component
andrequest-id
isundefined
.Documentation (https://kamon.io/docs/latest/instrumentation/logback/) says
AsyncAppender
is supported. Do I use wrong combination of appender and encoder?Beta Was this translation helpful? Give feedback.
All reactions