Commit c9e3f105 authored by Romain Courteaud's avatar Romain Courteaud

Configure log levels.

Event log to info allows to extract usefull informations for reporting.
parent 64dbd237
...@@ -33,11 +33,13 @@ lock-filename %(lock-filename)s ...@@ -33,11 +33,13 @@ lock-filename %(lock-filename)s
# Logging configuration # Logging configuration
<eventlog> <eventlog>
level info
<logfile> <logfile>
path %(event_log)s path %(event_log)s
</logfile> </logfile>
</eventlog> </eventlog>
<logger access> <logger access>
level WARN
<logfile> <logfile>
path %(z2_log)s path %(z2_log)s
</logfile> </logfile>
......
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