-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Quiet Option #39
Comments
/cc @mlrawlings |
Nodemon's quiet flag prints absolutely nothing. Something like that would be great but I think having two flags would be better. |
@nahtnam I was going to say the same thing regarding |
In my particular case, I've already print out when the server is starting and all of the needed information, so I would like to just get rid of all of the output for browser-refresh, but most people wont need this, or would be better off with |
Did this get added in the end? I've just started using Browser Refresh with Marko and Lasso and the console output is pretty noisy. |
I just realised on my end this wasn't Browser Refresh writing to the console but another node module called Morgan. I'm using a boilerplate and didn't realise it was included so my mistake. |
Hey,
It would be cool to have a
quiet
option somehow that stops the console.logs from showing. Right now its printing wayyyyy too much.The text was updated successfully, but these errors were encountered: