question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
vanpeltcommented, Jul 10, 2020

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!

1reaction
tshmakcommented, Jul 10, 2020

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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found