Hi, On 06.09.2011 04:05, Daniel Roesler wrote: > Hello, > > I'm probably missing something, but I can't find in the documentation > where you can set the location of the log file for an app. I am > currently using a yaml config file for my app, but I don't know what > option to use to set the location of the log file (currently > /var/log/uwsgi-python/app-name.log). > > Does anyone know how to change the location where the log file saves?
I suppose, it's the 'logto' option with full path to log file as value. For YAML config it will be 'logto: /tmp/uwsgi.log'. _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
