Replies: 1 comment
-
Please provide a minimal application that reproduces your issue. |
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
-
My logback.xml defines a custom logger that has additivity="false", and the OtelAppender is configured for the root only.
But the messages logged to MyPrivateLogger are still getting picked up by OtelAppender.
Is this expected?
Beta Was this translation helpful? Give feedback.
All reactions