-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Debug log written to stderr #556
Comments
Interesting. Nothing in the code looks wrong. Could you add a javascript-based test to our suite? |
It's a feature, not a bug 👍 |
How can this be avoided ? It confuses some test runners such as cucumber-js |
why is it a feature to spam my error logs with debug logs? |
This behaviour is also very confusing on Cloud Foundry based platforms (e.g. IBM Bluemix). The standard debug log messages are all classified as errors :-( Took me a while to find #927 ... which explains that it can be configured via the |
Test case:
Output:
Expected result (disregarding the timestamp copy/paste) would be:
Winston version: 0.9.0,
Node.js version: 0.10.18.
The text was updated successfully, but these errors were encountered: