-
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
Allow debug messages to be sent to stdout #255
Conversation
+1 |
I also need this... +1 |
I think that's because the debug level used to be higher. The fact that debug still goes to stderr seems like a bug to me. Oh, and 👍 |
Hello hello? +1 |
+1 |
+1 On Fri, Aug 8, 2014 at 12:02 PM, Wes Todd [email protected] wrote:
|
I don't really see the need for this, but since enough people want it we will put it into |
great! |
+1 |
Cherry-picked. Thanks! |
Currently debug messages for console transport always go to stderr.
This change introduces a new option called "debugStdout" which defaults to false (so console is backward compatible). If set to true, debug messages will go to stdout instead of stderr.
Just curious - but why are debug messages going to stderr by default?