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.

Silence all the console.log noise

See original GitHub issue

Is 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

Storybook

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

github_iconTop GitHub Comments

2reactions
jmlivingstoncommented, Jun 2, 2019

For what it’s worth, adding -HMR was the easiest way for me to the filter these in Chrome.

image

1reaction
arthakdoocommented, Nov 28, 2019

loglevel apparently serves the purpose of controlling the build output, not console logs printed in real time in the browser.

Read more comments on GitHub >

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

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