Suppress info messages
See original GitHub issue- Weights and Biases version: 0.8.5
- Python version: 3.7.3
- Operating System: Linux
Description
WANDB prints a lot infos to the jupyter cell like:
INFO - wandb.run_manager - file/dir modified: /home/ubuntu/Projects/XX/XX/wandb/run-20190729_122935-r8x77nbl/wandb-summary.json
INFO - wandb.run_manager - file/dir modified: /home/ubuntu/Projects/XX/XX/wandb/run-20190729_122935-r8x77nbl/wandb-history.jsonl
INFO - wandb.run_manager - file/dir modified: /home/ubuntu/Projects/XX/XX/wandb/run-20190729_122935-r8x77nbl/model-best.h5
Is there a way to suppress these messages?
What I Did
Read the entire doc, but did not found something related
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Suppress Info Messages - Pwdatools new
Suppress Info Messages. 10/04/20214 min to read. The pwdatatools library prints info, warning, and error messages to the console in certain situations.
Read more >How do I suppress INFO and WARNING messages when r ...
Solved: How to suppress below INFO and WARNING messages using log4j.properties log4j:WARN No appenders could - 330177.
Read more >Suppressing INFO messages - Roofit and RooStats
Hello everybody, I want to suppress the INFO messages, but I can't find a way to do it. I already switched on the...
Read more >How do I suppress INFO messages when using Kafka in Java?
As it has come to my knowledge Kafka client uses slf4j as a logging framework but I don't know how to suppress its...
Read more >How to control log settings in Spark and stop INFO messages?
How to control log settings in Spark and stop INFO messages? · Here is an example of log messages that you might see...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
We’re working on a big new release that will address this issue for good. It’s due out at the end of the month!
Hi, I have the same problem, and I’m running on ipython. I suppose it’s the same as jupyter. I tried setting
os.environ['WANDB_SILENT'] = 'true'
, but that did not work either. @vanpelt, you have some code to share that may solve the problem?