Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Rajamanosankari
Copy link

@Rajamanosankari Rajamanosankari commented Jul 17, 2024

Description

Fixes #3920

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

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

  • Test A

Does This PR Require a Contrib Repo Change?

  • Yes. - Link to PR:
  • No.

Checklist:

  • Followed the style guidelines of this project
  • Changelogs have been updated
  • Unit tests have been added
  • Documentation has been updated

@Rajamanosankari Rajamanosankari requested a review from a team July 17, 2024 09:14
Copy link

linux-foundation-easycla bot commented Jul 17, 2024

CLA Signed

The committers listed above are authorized under a signed CLA.

  • ✅ login: Rajamanosankari (9e35e43)

@xrmx
Copy link
Contributor

xrmx commented Jul 17, 2024

@Rajamanosankari you have sign the CLA in order to contribute to this project

@xrmx xrmx marked this pull request as draft July 17, 2024 10:17
@Rajamanosankari Rajamanosankari marked this pull request as ready for review July 19, 2024 14:42
@emdneto emdneto marked this pull request as draft July 22, 2024 01:34
Signed-off-by: R, Rajamanosankari <[email protected]>
@Rajamanosankari
Copy link
Author

@xrmx CLA has been signed and its green now

@Rajamanosankari Rajamanosankari marked this pull request as ready for review August 8, 2024 10:13
@@ -34,8 +34,11 @@
handler = LoggingHandler(level=logging.NOTSET, logger_provider=logger_provider)

# Attach OTLP handler to root logger
#logging.getLogger().setlevel(logging.DEBUG)
Copy link
Contributor

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.

@lzchen
Copy link
Contributor

lzchen commented Aug 8, 2024

@Rajamanosankari

Could you rebase with main and also enable maintainer edits so we can rebase for you in the future?

@xrmx xrmx added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docs: python log example should set levels at root logger, so that no logs are filter out
3 participants