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

Change the way the logging is made quiet in server.js #61

Open
julienw opened this issue Jan 19, 2017 · 0 comments
Open

Change the way the logging is made quiet in server.js #61

julienw opened this issue Jan 19, 2017 · 0 comments

Comments

@julienw
Copy link
Collaborator

julienw commented Jan 19, 2017

Currently we shut down the logging if we're in the test environment (see

if (config.get('env') !== 'test') {
). This is both fragile and not effective -- for example it's still used in circleci.

Instead we should use an env variable to control this. One possibility is to shush it when using the env vairable QUIET.

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

No branches or pull requests

2 participants