Rev 1044 |
Details |
Compare with Previous |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 1044 |
dpurdie |
1 |
# Logging
|
|
|
2 |
# Logging
|
|
|
3 |
# verbose - Enable verbose logging 0 .. 3 (default = 0)
|
|
|
4 |
# logfile - Path to basename of the log file (Mandatory)
|
|
|
5 |
# logfile.size - Size in bytes of the log file (default = 1M)
|
|
|
6 |
# logfile.count - Number of log files to keep (default = 9)
|
|
|
7 |
|
|
|
8 |
logfile = log/blatPopulate.log
|
|
|
9 |
logfile.size = 5m
|
|
|
10 |
logfile.count = 3
|
|
|
11 |
verbose = 1
|
|
|
12 |
|
|
|
13 |
#
|
|
|
14 |
# tagdir - Root of all tag directories (Mandatory)
|
|
|
15 |
# Expects each transfer target to have a subdir under this
|
| 6475 |
dpurdie |
16 |
# maxFileAge - Deletes .config files older than this time period (Default 1h)
|
| 1044 |
dpurdie |
17 |
# Prevents accumulation of tags for daemons that are dead
|
|
|
18 |
#
|
|
|
19 |
tagdir = tags
|
|
|
20 |
maxFileAge = 1h
|
|
|
21 |
|