]> git.ipfire.org Git - thirdparty/collectd.git/commit
logfile: send log messages to STDERR by default
authorMarc Fournier <marc.fournier@camptocamp.com>
Tue, 10 Jan 2017 21:23:55 +0000 (22:23 +0100)
committerMarc Fournier <marc.fournier@camptocamp.com>
Tue, 10 Jan 2017 21:57:02 +0000 (22:57 +0100)
commitdec394e08c3572463f8246d176c5d6b572f4ac95
treeada08e7a8ecf2fee231a90a8467251e443c60178
parent211bd48433190a4623d38ec70bcd5266e880066c
logfile: send log messages to STDERR by default

This prevents early startup log messages from going unnoticed if the
default logfile isn't writeable.

Fixes: #2057
src/logfile.c