Hi, I run my Django server with uWSGI. In my logging configuration I write to syslog. In the uWSGI config I also send my logs to syslog. When Django DEBUG=True I would expect to see the SQL logs in syslog as well, like I do when I run manage.py runserver using the same Django settings. However, my syslog never has any SQL logs. I altered my configuration to write the console, a file or syslog, but I can never get the SQL logs appears. I’ve searched extensively and can’t find anything specific about missing SQL logs when running via uWSGI. Is this a known issue or am I missing some configuration value?
Any advice would be greatly appreciated. Cheers Craig
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
