Commit 6a41df23 authored by Romain Courteaud's avatar Romain Courteaud

Configure log levels.

Event log to info allows to extract usefull informations for reporting.
parent 870ce9e4
...@@ -31,12 +31,14 @@ lock-filename %(lock-filename)s ...@@ -31,12 +31,14 @@ lock-filename %(lock-filename)s
# Logging configuration # Logging configuration
<eventlog> <eventlog>
level info
<logfile> <logfile>
dateformat dateformat
path %(event_log)s path %(event_log)s
</logfile> </logfile>
</eventlog> </eventlog>
<logger access> <logger access>
level WARN
<logfile> <logfile>
dateformat dateformat
path %(z2_log)s path %(z2_log)s
......
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