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

Prefer logging to debug, warn, and error levels #211

Merged
merged 1 commit into from
Dec 11, 2017

Conversation

mzgoddard
Copy link
Owner

Fix #199

Nodejs console.debug, warn, and error write to stderr making them
easy to exclude in use with webpack --json by piping stderr to null
like webpack --json 2>/dev/null

Nodejs `console.debug`, `warn`, and `error` write to stderr making them
easy to exclude in use with `webpack --json` by piping stderr to null
like `webpack --json 2>/dev/null`
@mzgoddard mzgoddard merged commit 65028af into master Dec 11, 2017
@mzgoddard mzgoddard deleted the prefer-console-stderr branch December 11, 2017 03:13
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

Successfully merging this pull request may close these issues.

1 participant