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

supervisor seems to stop logging stdout/stderr after "stop" is called (but before program quits) #340

Closed
icarmi opened this issue Jan 8, 2014 · 1 comment
Labels

Comments

@icarmi
Copy link

icarmi commented Jan 8, 2014

Using strace, I can see that the process received SIGTERM, and that the process continues to write to stdout/stderr.

However, the log file that supervisor keeps for the process doesn't show anything past the SIGTERM.

This is the config section:
[program:myapp]
user=aaaaaa
command=/home/aaaaaa/myapp
directory=/home/aaaaaa/
autostart=true
autorestart=true
stdout_logfile=/xxxxxx/myapp.log
redirect_stderr=true

@mnaberez
Copy link
Member

mnaberez commented Jan 8, 2014

Duplicate of #11. This was fixed in Supervisor 3.0a10, released 2011-03-30. Please upgrade to a newer version.

@mnaberez mnaberez closed this as completed Jan 8, 2014
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