Replies: 2 comments 3 replies
-
regarding log levels, have a look at the spec here: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/logs/data-model.md#severity-fields (the spec is using the term "Severity") |
Beta Was this translation helpful? Give feedback.
1 reply
-
I'm not sure why this question is not receving much traction. I'm still looking for an answer. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Enabling and Disabling logger levels and possibly the level of metrics and traces
log4j or other logging systems have a way to name the loggers. And have multiple levels of logging (DEBUG, INFO, TRACE etc.)
otel has a way to name metrics and traces. But it has no concept of levels.
There is also no standard language agnostic way to enable/disable specific loggers or specific named tracers dynamically on a running system.
In other words,
Is there a way by which I can enable specific logger dynamically on a app which is instrumented using otel. Why does otel not specify such a standard?
Factors to consider
Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions