]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Added -o option for logging into a file instead of using syslog. 788/head
authorSven Panne <svenpanne@gmail.com>
Mon, 29 May 2017 08:32:04 +0000 (10:32 +0200)
committerSven Panne <svenpanne@gmail.com>
Mon, 29 May 2017 09:56:08 +0000 (11:56 +0200)
commitdce4d95322e04125ec8f0e769877b4d2c671fb46
treef91d6f5d2f1769514cc50fab3241717cce8fcb73
parent048eda83fa6830e46b12f387c135c43f8d1f4340
Added -o option for logging into a file instead of using syslog.

For some use cases it is better to keep log output separated from the normal
syslog. To handle such scenarios, a new -o option has been added.

Fixed foreground logging on the way, too: There was a missing mutex for
avoiding intermingled output.
doc/rrdcached.pod
src/rrd_daemon.c