Replies: 3 comments 3 replies
-
/cc @brunobat (opentelemetry), @radcortez (opentelemetry) |
Beta Was this translation helpful? Give feedback.
-
@Ultranium, OpenTelemetry logging just handles existing logs and enriches them. It is not a new logging framework. |
Beta Was this translation helpful? Give feedback.
-
@brunobat yes, I know that. But in Quarkus, it is possible to specify different logging levels for different loggers. For example, I can set
So, is it possible to limit the minimum level of logs that are exported via OTLP without changing the ROOT logger level, like it's done with syslog, GELF and other log handlers? |
Beta Was this translation helpful? Give feedback.
-
I am experimenting with the
quarkus-opentelemetry
extension and I can't find a way to specify a logging level for the OTLP log exporter.It is not described in the OpenTelemetry Logging Guide nor in the OpenTelemetry Configuration Reference. Looking through the source code, the
quarkus.otel.logs.*
configuration branch seems to have only enabled/disabled settings.A naive approach of setting the
quarkus.log.handler.otel.level
config property didn't work.Is it possible to specify the OpenTelemetry logging level at all at this moment?
Beta Was this translation helpful? Give feedback.
All reactions