-
Notifications
You must be signed in to change notification settings - Fork 41
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
Resolved Issue - Update logger initialization to use module-specific loggers #140 #143
Conversation
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.
Thanks for the PR! Could you please remove the TODO comments before we merge? Let me know if you need any assistance. 😊
Have removed the TODO comments |
bdcb4f4
to
acf1fdb
Compare
3644714
to
3ca22bf
Compare
Close and reopening the PR to trigger gh actions |
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.
LGTM
Changed "logger = logging.getLogger()" line of code to "logger = logging.getLogger(__name__)" in all files Removed the TODO Comments - "# TODO: At least add __name__ as the name for the logger" in all files #140
62fbaa7
to
10ea326
Compare
Quality Gate passedIssues Measures |
Changed logger = logging.getLogger() to logger = logging.getLogger(name) in all files #140