-
Notifications
You must be signed in to change notification settings - Fork 825
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default log level #578
Comments
I've adjusted the tracer's |
Should we maybe make the default log level |
The current default LogLevel is |
Is there documentation about the use case between ConsoleLogger and NoopLogger? I take it the name should be self explanatory but I am still unsure. Furthermore, would there be any benefit to have structured logging for error logs in production in particular, and if so would it be alright to implement this via pino? |
@naseemkullah There are always benefit having more implementation of our API to better suit end-users way of doing so i guess we could have a dedicated package |
Thanks for explaining @vmarchaud , a |
Per SIG this will be changed to INFO when we go from alpha to beta. add examples for override |
closes open-telemetry#578 Signed-off-by: Olivier Albertini <[email protected]>
* fix: change loglevel for beta closes #578 Signed-off-by: Olivier Albertini <[email protected]> * test: update to new default LogLevel Signed-off-by: Olivier Albertini <[email protected]>
Hello I recently instrumented a process that makes many queries to 3rd party apis. I used the http and dns plugins. My log sink is being flooded with noise. What is the suggested approach? I am using default sampling rate and Jaeger exporter.
The text was updated successfully, but these errors were encountered: