You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interesting. The Jaeger ones are actually logged by the gRPC layer, and I remember we had to hook the gRPC logger with our main logger. Perhaps there's something wrong with this hook? For the record, I would expect such log entries to be debug, not info.
The Jaeger ones are actually logged by the gRPC layer
That explains why I could not even find that log message in the git repo here and otelcol-contrib 🙈
I would expect such log entries to be debug, not info.
I'd be glad if during startup, essential configuration, like endpoints where otelcol is pushing to, is logged once with info level. I struggled with environment variables (see also #5223), which is why I hunted down those logs.
Describe the bug
TL;DR: Some
info
log messages from otelcol telemetry are missing in stdout when using log level info.I started otelcol with telemetry logs level on
debug
and got these logs instdout
.Notice the log level is
info
for all of them:When setting log level to
info
intelemetry
section, some messages are gone:To be precise, those mentioning the
jaeger
exporter endpoint (Port 14250) I was debugging, have disappeared?Steps to reproduce
Full config at the end. I use this config under
service:
, setting level todebug
prints the messages mentioned above.Using
INFO
in CAPS does not change the behavior.What did you expect to see?
Setting log level to
info
should not hide any info messages?What did you see instead?
Some
info
messages no longer printed to stdout!What version did you use?
otelcol version 0.48.0
What config did you use?
Full configfile if relevant to the issue:
Environment
Windows 10 21H2
Additional context
The text was updated successfully, but these errors were encountered: