-
Notifications
You must be signed in to change notification settings - Fork 7
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
chore: change name logger to fit with the name of the library #97
Conversation
blank_logger = logging.getLogger("copernicusmarine_blank_logger") | ||
|
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.
what is this blank logger
for?
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.
It's basically to distiguish between normal logging and when you return true "outputs" of the program!
We use it in the describe and in the get when you do --show-outputnames
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.
nice!
Renamed the logger to `copernicusmarine` to fit with the convention that the logger is usually with the same name as the library
Renamed the logger to `copernicusmarine` to fit with the convention that the logger is usually with the same name as the library
Renamed the logger to `copernicusmarine` to fit with the convention that the logger is usually with the same name as the library
Renamed the logger to `copernicusmarine` to fit with the convention that the logger is usually with the same name as the library
Renamed the logger to `copernicusmarine` to fit with the convention that the logger is usually with the same name as the library
Renamed the logger to `copernicusmarine` to fit with the convention that the logger is usually with the same name as the library
Renamed the logger to `copernicusmarine` to fit with the convention that the logger is usually with the same name as the library
Fix https://cms-change.atlassian.net/browse/CMT-55