Added log description, using old tests now

This commit is contained in:
Nico Schottelius 2005-12-06 16:20:43 +01:00
commit 186b5bda68
2 changed files with 41 additions and 15 deletions

12
README
View file

@ -14,6 +14,18 @@ $CCOLLECT_CONF/
intervalls/ - subdirectory of source or defaults
Each file below this directory describe an intervalls.
--------------------------------------------------------------------------------
log - link to file we should log to
If a backup source exists (the cconfig dir exists) all logs for this
source will be written to this file. General errors and errors of
non existent or broken configuration will be logged to stderr.
I do not think it is senseful to have one logfile for all sources, as
the sources can be backuped in parallel and you would not be able to
distinguish the different log processes very good then.
If you REALLY REALLY REALLY want to have all in one logfile, simply
link all "log" entries to the same file, output will be appended.
--------------------------------------------------------------------------------