-
Notifications
You must be signed in to change notification settings - Fork 4
Fix logging issues #472
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
Fix logging issues #472
Conversation
2df5197 to
cd5172f
Compare
hadia206
left a comment
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.
The code looks correct to me.
I'm not familiar with logging so will let Kian or John give approval.
1c7fb29 to
18e3acd
Compare
john-sanchez31
left a comment
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.
Looks good. Just one comment below. I'll let the final approval to Kian
knassre-bodo
left a comment
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.
One comment, otherwise LGTM
| reset_logger("pydough") | ||
| reset_logger("pydough.mask_server") |
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.
If these are the values to be used, then replace __name__ when get_logger is used with these strings in all the places it is currently used (execute_relational.py and mask_server.py)
d004fb6 to
27e7d70
Compare
No description provided.