-
Notifications
You must be signed in to change notification settings - Fork 75
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
logging_revamp replace module loggers SC-1539 #2558
Conversation
2b7a8ef
to
d0d55a8
Compare
088c2df
to
4167b83
Compare
4167b83
to
6dcee0f
Compare
Jira: SC-1539 GitHub Issues: No GitHub issues are fixed by this PR. (No commits have Fixes: #### references) Launchpad Bugs: No Launchpad bugs are fixed by this PR. (No commits have LP: #### references) Documentation: The changes in this PR do not require documentation changes. 👍 this comment to confirm that this is correct. |
Sorry for the churn, but we talked about this more on friday and I think we want to pre-emptively name the top-level logger We can probably accomplish this with something like LOG = logging.getLogger(replace_top_level_logger_name(__name__)) in most places, where that new function replaces |
3175b1f
to
4b137b7
Compare
6c04f8d
to
8178062
Compare
1646924
to
3e4445d
Compare
db94e56
to
27bde4f
Compare
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.
Just some small nits then I think this will be ready!
fcee78b
to
d3c0480
Compare
60fada6
to
63053dc
Compare
63053dc
to
809a67f
Compare
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.
Thank you! This is a huge help to the organization of our loggers.
CI failures are unrelated to this PR |
Proposed Commit Message
Logging revamp replace module loggers
NO-LP NO-GH
Add logger in modules instead of the root logger.
Test Steps
Checklist
Does this PR require extra reviews?