Commit e86bb3d1 authored by Sebastien Robin's avatar Sebastien Robin

put tracking activities in the default event.log file instead of having a...

put tracking activities in the default event.log file instead of having a separate file, this is more convenient when investigating problems

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25390 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b026eafa
......@@ -105,7 +105,7 @@ import logging
# Main logging channel
activity_logger = logging.getLogger('CMFActivity')
# Some logging subchannels
activity_tracking_logger = logging.getLogger('CMFActivity.Tracking')
activity_tracking_logger = logging.getLogger('Tracking')
activity_timing_logger = logging.getLogger('CMFActivity.TimingLog')
# Direct logging to "[instancehome]/log/CMFActivity.log", if this directory exists.
......
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