Improved --logfile option.
authorGuus Sliepen <guus@tinc-vpn.org>
Mon, 6 Jun 2011 14:26:11 +0000 (16:26 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Mon, 6 Jun 2011 14:26:11 +0000 (16:26 +0200)
commit4b3fd94b1cc79c24c4092b6b10ed4627a2648d26
treecc51b2bc39334d02fcacb20b5ed4be7bfebfa529
parentb3bbeab6e669795f6f5a6b98590da359178bfdce
Improved --logfile option.

Instead of UNIX time, the log messages now start with the time in RFC3339
format, which human-readable and still easy for the computer to parse and sort.
The HUP signal will also cause the log file to be closed and reopened, which is
useful when log rotation is used. If there is an error while opening the log
file, this is logged to stderr.
configure.in
doc/tinc.texi
doc/tincd.8.in
have.h
src/logger.c
src/logger.h
src/net.c