I am using nginx with uwsgi. in the uwsgi configuration file, whenever I use logger tag I get "unable to find logger file" error.
Here is the entry from my configuration file: nonok file:/tmp/uwsgi-us.log nonok (?!HTTP/1.\d 200)
Any pointer here?
Thank you.
Logging to sockets will send log entries to the Unix socket /tmp/uwsgi.
You need to enable the "logfile" plugin with a line like plugins = logfile
or plugins = python,logfile
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With