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

Allow debug messages to be sent to stdout #255

Closed
wants to merge 2 commits into from

Conversation

johnfriz
Copy link
Contributor

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?

@shaharke
Copy link

shaharke commented Oct 9, 2013

+1

@josx
Copy link

josx commented Nov 27, 2013

I also need this... +1

@gabegorelick
Copy link

Just curious - but why are debug messages going to stderr by default?

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 👍

@gabegorelick
Copy link

#286 also fixes this. FYI, #89 is the original issue for changing the order of debug.

@xaka
Copy link

xaka commented Jun 20, 2014

Hello hello? +1

@wesleytodd
Copy link

+1

@futurechan
Copy link

+1

On Fri, Aug 8, 2014 at 12:02 PM, Wes Todd [email protected] wrote:

+1


Reply to this email directly or view it on GitHub
#255 (comment).

@indexzero
Copy link
Member

I don't really see the need for this, but since enough people want it we will put it into [email protected]

@josx
Copy link

josx commented Sep 16, 2014

great!

@garcia556
Copy link

+1

@indexzero
Copy link
Member

Cherry-picked. Thanks!

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.

9 participants