-
Notifications
You must be signed in to change notification settings - Fork 904
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
Add deprecation warning to ColorHandler
#1535
Conversation
Signed-off-by: SajidAlamQB <[email protected]>
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.
Please could you try specifying ColorHandler
in your logging.yml file and see what this looks like when you do a kedro run? I wonder whether it will completely fill the screen with warnings and we will need to use a different filter.
Signed-off-by: SajidAlamQB <[email protected]>
This is what the warning looks like when we do |
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 testing it out 👍
Signed-off-by: SajidAlamQB <[email protected]>
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 job!
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.
👍 We should make sure the issue isn't completely closed when this is merged, and tag it with 0.19.0
.
Signed-off-by: SajidAlamQB [email protected]
Description
RichHandler will become the default logger, we need to remove the ColorHandler provided in
kedro.extras.logging
for Kedro 0.19.0. This PR will add deprecation warnings to warn users of this fact.Related Issue: #1515
Development notes
Checklist
RELEASE.md
file