Silent Mode Not Working in Terminal
See original GitHub issueIssue:
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:
- Created 3 years ago
- Reactions:2
- Comments:8 (4 by maintainers)
Top 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 >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 FreeTop 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
Top GitHub Comments
@pkuderov This is fixed in the
fr_redir
branch and will be merged to master soon.@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 withpython -m pip install git+https://www.github.com/wandb/client.git@master
if they wish to not wait for the release.