-
Notifications
You must be signed in to change notification settings - Fork 475
Python logging improvements #9202
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
Conversation
|
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified Files
|
Vadman97
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.
nice! thank you for both the fixes
Summary
How did you test this change?
a. logging.info("Test info")
b. logging.error("Test error")
log_level=Logging.Errorinto the Python initializationAre there any deployment considerations?
N/A
Does this work require review from our design team?
N/A