-
Notifications
You must be signed in to change notification settings - Fork 8
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
Adding logger in global level. #191
Conversation
Pull Request Test Coverage Report for Build 7277551900
💛 - Coveralls |
bad0678
to
f558f7d
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.
Two points:
- I would rather not pass the logging to each function as parameter but use the central logger
- What is the rational behind removing the
UNDOCUMENTED
level? I think it's not too important to have this but generally I think it's nice to have them distinguishable.
I ran the XRD reader in nomad
I would say we should use Here, I added two pics with and without passing the logger from nomad. If you follow the last PR that was #175, I had the similar opinion. |
I had a look at how nomad is integrating this to see if we'd need to use some prefix to let the logs show up. I found, however, that the
Yes, I think we talked about this already. We can just go to the f-string formatting. One note: For logging it's normally recommended due to the lazy evaluation with the |
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
70212da
to
0bdb8fe
Compare
9ba3d9b
to
04dae62
Compare
PR #175 is closed and fixed here.