Hi,

my uWSGI ist started via the following line in /etc/init/uwsgi.conf:

exec uwsgi --master --lazy --die-on-term --emperor /etc/uwsgi/apps-enabled

/etc/uwsgi/apps-enabled contains several paste ini-files having a uwsgi 
section. Starting the applications works fine, but the logging configuration 
from the ini file is not used and I don't get any log files. I searched the 
web, found some hints on blogs and on StackOverflow, but none of them solved my 
problem. Looks like something is broken on my side, but I have no glue what.

Is there some flag to get more verbose logging about the paste initialization 
process while starting a python wsgi application? I guess without that 
information I'll not be able to figure out what I have messed up.

cheers,
Achim
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to