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

Support stderr #3

Open
analytically opened this issue Jun 27, 2014 · 4 comments
Open

Support stderr #3

analytically opened this issue Jun 27, 2014 · 4 comments

Comments

@analytically
Copy link

At the moment it's not writing stderr events to Supervisor's stderr.

@coderanger
Copy link
Owner

Make sure you have stderr events enabled via stderr_events_enabled = true.

@lkwg82
Copy link

lkwg82 commented Feb 25, 2017

so this is closable?

@mrmachine
Copy link

I think it writes stderr to supervisor's stdout (with "stderr" in the prefix), which doesn't seem right.

@whereisaaron
Copy link

In each 'program' section forward both stdout and stderr events to the stdout handler. The handler will pass on both types of event to stdout on supervisord, annotated with a prefix that says 'stdout' or 'stderr'. You can disable log files since they just duplicate supervisord output.

stdout_events_enabled = true
stderr_events_enabled = true
stdout_logfile = NONE
stderr_logfile = NONE

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

No branches or pull requests

5 participants