Replies: 1 comment
-
this should generally work, can you include your full logback configuration?
you shouldn't add the OpenTelemetry Logback appender if you are (also) using the Java agent Logback instrumentation an option if you need more control is to disable the Java agent logback instrumentation and use the OpenTelemetry Logback appender (which will then go through the OpenTelemetry Logs API and be captured and exported in that way via the Java agent) |
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
Uh oh!
There was an error while loading. Please reload this page.
-
We’re trying to prevent DEBUG logs from being exported as OTLP data when using the OpenTelemetry Java Agent with Logback. However, even with root level set to INFO and a ThresholdFilter on the OpenTelemetryAppender, DEBUG entries still show up in the exported logs. How can we reliably stop DEBUG logs from being exported?
What we’ve tried
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions