From: Mike S. <msc...@ao...> - 2003-09-24 22:48:02
|
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... |