We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
set_logging_level
logging
When set_logging_level is called and intercept_logging is True, the logging log level should be updated as well.
intercept_logging
True
logging.getLogger().setLevel(level)
The text was updated successfully, but these errors were encountered:
Aareon
No branches or pull requests
When
set_logging_level
is called andintercept_logging
isTrue
, thelogging
log level should be updated as well.logging.getLogger().setLevel(level)
The text was updated successfully, but these errors were encountered: