[Django]-Django logging error when using daemonize

0👍

You haven’t defined any handlers which log to stderr. See this example configuration to see how you can do that.

Update: In general, my answer is still correct. You need to provide a handler for the particular stream you want to output to.

Leave a comment