Hi,

I am using uWSGI 1.9.18.2 with the following config:

logformat = [%(ltime)] %(addr) %(method) http://%(host)%(uri) %(status)
pid=%(pid) in %(msecs)ms
disable-logging = true
log-5xx = true
log-4xx = true
log-slow = true
log-big = true

I can see 404 errors formatted. However, the Broken pipe error has no URL
context.

uwsgi_response_write_headers_do(): Broken pipe [core/writer.c line 216]
IOError: write error


I need to diagnose Broken pipe with specific URLs. How can I make uWSGI log
the IOError with logformat?

Thanks in advance!
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to