As a slight variation on the Apache rotatelogs program, DJB's multilog might be worth a look. It works in a similar fashion, except that it rotates based on the size of the file and only keeps a set number of logfiles. This way you can guarantee that your log partition will not fill up.

If you don't like the fact that it drops log files, you can set it up to mail them to you (not a good idea if you are talking gigs of data :) or do something else with the file that is about to be rotated out...

It also allows you to filter out log entries based on patterns, and lets you send the output to several different log files based on the patterns.


In reply to Re: •Re: Log rotating filter. by cees
in thread Log rotating filter. by blue_cowdawg

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.