Share

Metalog

Code

Programming Languages: C

License: GNU General Public License (GPL)

Repositories

browse code, statistics svn co https://metalog.svn.sourceforge.net/svnroot/metalog metalog

Show:

What's happening?

  • Effect of maxfiles=0 should be documented in man page

    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

  • postrotate_cmd ineffective if specified before logdir

    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

  • Followup: RE: How to drop messages?

    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

  • Several sections into same logdir

    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

  • Followup: RE: How to drop messages?

    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

  • signal handlers should be reset for the kernel logger proces

    The signal handlers that are set up for the parent gets propagated to the child kernel logger process after fork(). The handlers should be reset to default. Otherwise among other issues, when the child tries to write to the uninitialized socket pair, the write will fail. Please also note that only the parent initializes the signal queueing socket pairs. Suggesting to add the following patch...

    2009-07-03 16:39:31 UTC by anisinha

  • Followup: RE: Trick to speed up logging

    Using --async should have pretty much the same performance effect, but logs would still end up on disk eventually, unless the computer crashes before flushing its logs. In recent metalog versions, there is a flush option for individual logs, so you can have some logs flushed after each message, and others not. sysklogd provides a similar feature.

    2009-06-11 09:26:26 UTC by gagern

  • Followup: RE: Additional sockets for chroot?

    Unfortunately it seems metalog still can't read something other than /dev/log. Due to this issue I was forced to switch to syslog-ng on my server. It's a so pity that lack of this small feature make this nice logger absolutely unusable.

    2009-05-24 11:32:24 UTC by bircoph

Our Numbers