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

No error messagse using -u without directory for sock files #259

Open
ambsw-technology opened this issue Apr 24, 2019 · 1 comment
Open

Comments

@ambsw-technology
Copy link

ambsw-technology commented Apr 24, 2019

I was trying to upgrade our supervisor directive to use the one in the documentation, but forgot to check that the directory holding the sock files existed.

Supervisor logs were showing that the daphne processes exited and eventually failed with (exit status 0; not expected), but I couldn't find any log messages explaining why (and increasing verbosity did not change anything). I tried pushing supervisor logs (stdout and stderr) to a file and they were empty. I was seeing the same behavior when I tried to run the command on the command line (exits, no messages) but wasn't sure if it was a fair comparison since it wasn't wrapped in the fcgi infrastructure.

Is an error messages supposed to be logged in this case and where should it be found?

@carltongibson
Copy link
Member

#263 looks similar. Perhaps some logging (or an exit) added if socket creation fails somehow? Happy to see input there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants