CGI-MxScreen
view release on metacpan or search on metacpan
MxScreen/Config.pm view on Meta::CPAN
=item logstamp
The C<Log::Agent> timestamping format to use. Defaults to "own" when a
logfile is used, and is forced to "date" when logs are redirected to the server
logs.
=item log_backlog
The amount of backlog you wish to keep after logfile rotation. Backlog
is never compressed, because it is currently performed synchronously
by C<Log::Agent::Rotate> and that could cause huge delays when C<log_maxsize>
is big, impacting your script response time.
Defaults to 7.
=item log_maxsize
The maximum size in bytes for the logfile. See L<Log::Agent::Rotate>.
=item log_maxtime
( run in 0.308 second using v1.01-cache-2.11-cpan-0d8aa00de5b )