Specify the per host crawler log directory.
This commit is contained in:
parent
c05dba5c34
commit
026e744db8
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue