Silence all the console.log noise
See original GitHub issueIs your feature request related to a problem? Please describe.
Currently there is a massive overload of noise in the console which is very annoying as it’s related to storybook and not your application, there is already a --quite
and --ci
flag to allow message suppression on the terminal process, however this doesn’t follow through to the web ui
Describe the solution you’d like Either hook into the same quiet flag or add a way to silence the output.
Describe alternatives you’ve considered
A whole lot of console.clears()
Are you able to assist bring the feature to reality? Potentially…
Issue Analytics
- State:
- Created 4 years ago
- Reactions:10
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Xcode 8 - System log noise in Console
In Xcode 8, there is a large amount of noise in the Console, mostly related to gestures, ... Switching from All Output to...
Read more >Better way to disable console inside unit tests
For particular spec file, Andreas's is good enough. Below setup will suppress console.log statements for all test suites, jest --silent.
Read more >Community feedback on console silencing · Issue #21783
Hi, I know this issue has been discussed endlessly so I apologize for bringing it up again. I hope this issue is net...
Read more >Suppressing console.log() messages in production
Solution 3 - Strip out during the build process. We can use one of the popular front-end build tools to remove all console.log()...
Read more >How to mute system sound effects and notifications
Muting system sounds To mute system sound effects or notifications on your console: Press the Xbox button on your controller to open...
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
For what it’s worth, adding
-HMR
was the easiest way for me to the filter these in Chrome.loglevel apparently serves the purpose of controlling the build output, not console logs printed in real time in the browser.