Subversion Repositories DevTools

Rev

Rev 1040 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#   Logging
#   Logging
#       verbose         - Enable verbose logging 0 .. 3 (default = 0)
#       logfile         - Path to basename of the log file (Mandatory)   
#       logfile.size    - Size in bytes of the log file (default = 1M)
#       logfile.count   - Number of log files to keep (default = 9)

logfile         = log/blatPopulate.log
logfile.size    = 5m
logfile.count   = 3
verbose         = 1

#
#   tagdir             - Root of all tag directories (Mandatory)
#                        Expects each transfer target to have a subdir under this
#   maxFileAge         - Deletes .config files older than this time period (Default 24h)
#                        Prevents accumulation of tags for daemons that are dead
#
tagdir          = tags
maxFileAge      = 1h