Commit 05167312 authored by Arnaud Fontaine's avatar Arnaud Fontaine

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

parent 7a7004b5
......@@ -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