I've got a growing number of log files for different categories that I
would like to all have the same layout and pattern, e.g.
log4perl.appender.file1=
Log::Log4perl::Appender::File
log4perl.appender.file1.filename = /path/to/
logfile/1
I've got a growing number of log files for different categories that I
would like to all have the same layout and pattern, e.g.
log4perl.appender.file1=
Log::Log4perl::Appender::File
log4perl.appender.file1.filename = /path/to/
logfile/1
On Fri, 9 May 2008, Jonathan Swartz wrote:
> I've got a growing number of log files for different categories that I
> would like to all have the same layout and pattern, e.g.
Hi Jonathan,
this is one of the items on my todo-list: To have an inheritance
mechanism that lets you say something like
On Wed, 7 May 2008, Bill Moseley wrote:
> What I'm after is to have an email sent *as soon* as an error is
> detected. But, then to collect any more errors for a few minutes
> before sending another email again to keep from flooding with email.
> (I also want to report to Nagios, but that's later