Commit 434063c6 authored by Arnaud Fontaine's avatar Arnaud Fontaine Committed by Jérome Perrin

zopewsgi: Don't see any point in access log messages being WARNING.

parent a9e26bac
......@@ -81,7 +81,7 @@ class TransLogger(object):
'HTTP_USER_AGENT': environ.get('HTTP_USER_AGENT', '-'),
}
message = self.format % d
self.logger.warn(message)
self.logger.info(message)
def app_wrapper(large_file_threshold=10<<20, webdav_ports=()):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment