-
I am experimenting with the Is it possible to specify the OpenTelemetry logging level at all at this moment? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 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.
@Ultranium #47135 was merged on main.