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

Make possible to disable activity log to stdout #821

Closed
vpal opened this issue Sep 7, 2016 · 1 comment
Closed

Make possible to disable activity log to stdout #821

vpal opened this issue Sep 7, 2016 · 1 comment
Labels

Comments

@vpal
Copy link

vpal commented Sep 7, 2016

This is kind of a feature request / question.

I just started using supervisord with docker.
I'm trying to use Nginx with some script that manages nginx restarts on configuration changes in a single container.

I'm trying to achieve that only nginx logs appear in the docker logs output.
So I would like docker to only collect the logs of nginx and not the logs of supervisord.

I haven't found any way to achieve this based on the documentation.
Despite that I provide the logfile in the [supervisord] section or on the command line when I start the container I also see the messages of supervisord besides the Nginx logs.
So supervisord logs to both it's log file and stdout and I would expect it to only log to the log files or at least being able to configure this.

Of course because of docker supervisord is started in foreground.

Thanks in advance.

@mnaberez
Copy link
Member

mnaberez commented Sep 7, 2016

Duplicate of #661.

@mnaberez mnaberez closed this as completed Sep 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants