> Hi,
> yes I am using a custom logger with a different name than the app but
> still no luck :(
> Also I can't even log trough the syslog handler (which otherwise works
> fine without wsgi).
>

For changing the logger name i mean

logger = logging.getLogger('foobar')

if your app is called 'foobar.py' Flask will overwrite the previous logger.

This is the relevant thread in flask list:

http://flask.pocoo.org/mailinglist/archive/2011/8/10/no-logging-when-flask-deploy-with-nginx%2Buwsgi/#e7c5eb97e0540e45a0c8262dc19da94b

-- 
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to