http://qs1969.pair.com?node_id=599699

palette has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: Size of the logfile in Log4perl
by monkey_boy (Priest) on Feb 13, 2007 at 15:39 UTC
    ummm... read the docs?
    use Log::Dispatch::FileRotate; my $file = Log::Dispatch::FileRotate->new( name => 'file1', min_level => 'info', filename => 'Somefile.log', mode => 'append' , size => 100, max => 6, );



    This is not a Signature...