You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: