-
Notifications
You must be signed in to change notification settings - Fork 628
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
updated root logger in example.py #4065
base: main
Are you sure you want to change the base?
updated root logger in example.py #4065
Conversation
|
@Rajamanosankari you have sign the CLA in order to contribute to this project |
Signed-off-by: R, Rajamanosankari <[email protected]>
@xrmx CLA has been signed and its green now |
@@ -34,8 +34,11 @@ | |||
handler = LoggingHandler(level=logging.NOTSET, logger_provider=logger_provider) | |||
|
|||
# Attach OTLP handler to root logger | |||
#logging.getLogger().setlevel(logging.DEBUG) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably don't even need this line anymore.
Could you rebase with main and also enable maintainer edits so we can rebase for you in the future? |
Description
Fixes #3920
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Does This PR Require a Contrib Repo Change?
Checklist: