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
Currently, the rich package is used to print status and debug messages. Use the logging package, with appropriate levels (INFO, DEBUG, WARNING, etc).
rich
logging
INFO, DEBUG, WARNING
The text was updated successfully, but these errors were encountered:
This is really only true in the CLI app, and as far as I can tell we can use rich together with logging.
Sorry, something went wrong.
No branches or pull requests
Currently, the
rich
package is used to print status and debug messages. Use thelogging
package, with appropriate levels (INFO, DEBUG, WARNING
, etc).The text was updated successfully, but these errors were encountered: