Skip to content
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

Open
nahtnam opened this issue May 31, 2017 · 6 comments
Open

Add Quiet Option #39

nahtnam opened this issue May 31, 2017 · 6 comments

Comments

@nahtnam
Copy link

nahtnam commented May 31, 2017

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.

@patrick-steele-idem
Copy link
Owner

/cc @mlrawlings

@nahtnam
Copy link
Author

nahtnam commented May 31, 2017

Nodemon's quiet flag prints absolutely nothing. Something like that would be great but I think having two flags would be better. quiet which prints the bare minimum required, and silent which prints nothing.

@mlrawlings
Copy link
Collaborator

@nahtnam I was going to say the same thing regarding quiet and silent. I think it can be disorienting when the server restarts and there is no indication in the log.

@nahtnam
Copy link
Author

nahtnam commented May 31, 2017

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 quiet.

@gilesbutler
Copy link

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.

@gilesbutler
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants