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.

Silent Mode Not Working in Terminal

See original GitHub issue

Issue:

Silent mode doesn’t seem to work in terminal. There are still lines with wandb: polluting terminal outputs. This is interfering with outputs of tqdm making my terminal logs unreadable.

Environment:

  • python: 3.8.5
  • wandb: 0.10.2
  • tqdm: 4.48.2

Reproduce:

import os
import wandb

os.environ["WANDB_SILENT"] = "true"
wandb.init()

Comments:

I noticed #457 mentioned that a fix was supposed to address this by August, did the fix not make it to production yet?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
farizrahman4ucommented, Mar 11, 2021

@pkuderov This is fixed in the fr_redir branch and will be merged to master soon.

1reaction
farizrahman4ucommented, Dec 18, 2020

@ariG23498 It has been fixed in master and will make it to the upcoming 0.10.13 release. Users can also pip install the current state of master with python -m pip install git+https://www.github.com/wandb/client.git@master if they wish to not wait for the release.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Silent Mode Not Working in Terminal · Issue #1268 - GitHub
Silent mode doesn't seem to work in terminal. There are still lines with wandb: polluting terminal outputs. This is interfering with outputs ...
Read more >
Sqlplus in silent mode is not silent - Stack Overflow
I'm using sqlplus in shell script and it works(sqlplus without silent mode) but I can see the output in the terminal. I tried...
Read more >
Silent option for read gets ignored? - Unix Stack Exchange
Although I use the -s option for read , the single character is shown in the terminal. Why does the -s option for...
Read more >
Solved: iPhone Silent Switch Not Working [2022] - Dr.Fone
Is the iPhone silent button not working or you can't put your device in silent mode? Here's every solution to fix the iPhone...
Read more >
Silent mode not working on 13.5.1 - Apple Support Communities
Since upgrading to 13.5.1 the silent mode switch has no effect. When I toggle it, the icon that indicates sound on/off does not...
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