logfile plugin: Default to $localstatedir/log/collectd.log instead of STDOUT.
authorSebastian Harl <sh@tokkee.org>
Sat, 17 Nov 2007 19:50:00 +0000 (20:50 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Sat, 24 Nov 2007 11:51:28 +0000 (12:51 +0100)
commit945fa72dc088cbedc956f44b1f1ec69f35e90064
tree67ce45d1e3e8c2f87cb3577f30fc28418e45ac0e
parent75f7b4cfadea33b0ec82d1a444ff6a9883920426
logfile plugin: Default to $localstatedir/log/collectd.log instead of STDOUT.

Imho STDOUT is only a useful default during debugging (which should be by far
the less common case ;-). In any other case it might just "pollute" the
messages printed by e.g. the init script.

Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/logfile.c