Skip to content
Discussion options

You must be logged in to vote

It might be a general java.util.logging question … but I have had no success with any configuration so far.

Agent uses slf4j simple logger not java util logging. See https://www.slf4j.org/api/org/slf4j/simple/SimpleLogger.html for configuration options. As you have already noticed simple logger is shaded into a different package so the configuration options will need to be adjusted accordingly. Here is an example -Dio.opentelemetry.javaagent.slf4j.simpleLogger.log.io.opentelemetry.sdk.metrics.export.PeriodicMetricReader=INFO

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by mfridljand
Comment options

You must be logged in to vote
1 reply
@laurit
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants