More doc on logwrapper
This commit is contained in:
parent
ca8918d2c0
commit
10870c4ce1
2 changed files with 9 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
0.5.2 to 0.5.3:
|
||||
* add 'exec-after-rm' (source specific) configuration
|
||||
* added logwrapper
|
||||
|
||||
0.5.1 to 0.5.2:
|
||||
* Display correct error code, if rsync returns non-zero
|
||||
|
|
|
@ -12,12 +12,18 @@ Introduction
|
|||
/etc/ccollect/logwrapper/ (also uses $CCOLLECT_CONF).
|
||||
|
||||
<logname>
|
||||
pipe
|
||||
pipe: will pipe to a program
|
||||
staticfile: link to a file
|
||||
datefile:
|
||||
contains a string that is passed to date that returns
|
||||
dynamicfile:
|
||||
is a program, that returns some string that we
|
||||
is a program, that returns some string that we use as
|
||||
a filename
|
||||
syslog:
|
||||
syslog-facility
|
||||
syslog-level
|
||||
only-stderr:
|
||||
omit stdout output
|
||||
|
||||
The logger will output to which destinations it logs and with which
|
||||
parameters it was started.
|
||||
|
|
Loading…
Reference in a new issue