hush/sysklogd
Joshua Judson Rosen ae57fcad5d syslogd: make "reopen log file every second" logic work for multiple logs
Move last_log_time from a single global to *each logFile_t*
so that we can actually apply the logic to every log-file
in multi-file configurations, rather than working only
for the first file written in each 1-second interval
and then leaving the others connected to possibly wrong files.

Signed-off-by: Joshua Judson Rosen <jrosen@harvestai.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2014-07-03 14:51:47 +02:00
..
Config.src syslogd: add option to log to Linux kernel printk buffer 2013-01-06 13:30:50 -05:00
Kbuild.src *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
klogd.c klogd: handle multi-char log levels 2013-01-05 21:03:19 -05:00
logger.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
logread.c Use unsigned printf/scanf conversion where more appropriate 2013-11-29 16:45:45 +01:00
syslogd_and_logger.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
syslogd.c syslogd: make "reopen log file every second" logic work for multiple logs 2014-07-03 14:51:47 +02:00