W&B emits info-level log messages by default, which can clutter notebook output. This page describes two ways to reduce or silence those messages: adjust the Python logger level, or use a W&B environment variable. To suppress log messages in your notebook such as this:Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-style-guide-support-models-articles-20260527-00.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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