From: Viner, D. <dv...@ya...> - 2003-09-24 23:02:41
|
yup... you're right... that works great... thanks dave -----Original Message----- From: Mike Schilli [mailto:msc...@ao...] Sent: Wednesday, September 24, 2003 3:44 PM To: Viner, David Cc: 'log...@li...'; 'ma...@ml...' Subject: RE: [log4perl-devel] use strict and JavaMap::RollingFileAppender problem Hmm, I don't think you should use the JavaMap appender in this context. Those are typically used just for mapping log4j appenders to log4perl, like in log4j.appender.FR1=org.apache.log4j.RollingFileAppender But if you're using a Perl appender anyway, why not use it directly: #l4p.conf log4perl.appender.FR1 = Log::Dispatch::FileRotate This will work fine. Viner, David wrote: > The attached patch to Log::Dispatch::FileRotate fixes the problem for > Log::Log4perl. Mark, as the owner of the FileRotate module, can you > review > this patch? -- -- Mike Mike Schilli m...@pe... |