Specify the per host crawler log directory.

This commit is contained in:
Adrian Reber 2015-04-01 12:03:33 +00:00
parent c05dba5c34
commit 026e744db8

View file

@ -94,6 +94,10 @@ CRAWLER_RSYNC_PARAMETERS = '--no-motd --timeout 14400'
# Configuration options used by the crons
###
# If this variable is set (and the directory exists)
# the crawler will create per host log files with <hostid>.log
# which can the be used in the web interface by the mirror admins
CRAWLER_LOG_DIR = '/var/log/mirrormanager/crawler'
# Specify whether the crawler should send a report by email
CRAWLER_SEND_EMAIL = False