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
from bittensor.utils.btlogging import logging print(logging.get_level()) # prints 30 logging.setLevel(20) print(logging.get_level()) # prints 30
I would expect this to set the logging level to 20, but it does not.
If this is expected, it should be documented (LoggingMachine subclasses logging.Logger, and thus has that method.)
LoggingMachine
logging.Logger
The text was updated successfully, but these errors were encountered:
ibraheem-opentensor
No branches or pull requests
I would expect this to set the logging level to 20, but it does not.
If this is expected, it should be documented (
LoggingMachine
subclasseslogging.Logger
, and thus has that method.)The text was updated successfully, but these errors were encountered: