-
The effect of maxfiles=0 should be documented in the man page. I would think it probably means "never delete old logs", but it would be nice to have this documented.
2009-11-15 16:42:21 UTC by allen_jb
-
Because of an omission when copying cur_block fields to new_output while processing a "logdir" config line, the "postrotate_cmd" option has no effect if it occurs before "logdir" in a block.
This is particularly a problem because it means specifying a "postrotate_cmd" in the default options section, where there is not normally a "logdir" option at all, has no effect.
This simple addition...
2009-10-27 10:58:30 UTC by mwhitlock
-
I think this prolect is dead. I may be wrong, but AFAIK there is no maintainer.
2009-08-11 08:32:00 UTC by low
-
I try to log several sections into one log directory, so all stuff concerning wireless should go into /var/log/wireless:
b43 :
facility = "kern"
regex = "b43-phy0"
logdir = "/var/log/wireless"
break = 1
wpa_cli :
regex = "wpa_cli"
logdir = "/var/log/wireless"
break = 1
This seems to be not...
2009-08-11 08:09:37 UTC by massimo_b
-
Hi. Is there still some work in progress on this project?
About my old question I'm using now
command = "echo"
to suppress any kind of messages.
2009-08-11 07:59:34 UTC by massimo_b