logging.ERROR to show only errors, which suppresses info-level log output.
- To reduce log output, set the
WANDB_QUIETenvironment variable toTrue. - To turn off log output completely, set the
WANDB_SILENTenvironment variable toTrue.
WANDB_QUIET or WANDB_SILENT before you run wandb.login:
- Notebook
- Python
Notebooks Environment Variables