On Wed, 18 Feb 2009, wzhao6...@gmail.com wrote:
> I have a script running, which can be stopped and restarted frequently. I
> was able to get the file rotation working until I added
> "log4perl.appender.RunMonitorLogFile.mode = append" to set the mode to
> append, so the previous script run's log
On Thu, 19 Feb 2009, Ronald Fischer wrote:
>> What you think is a 'logger' is really an appender in Log4perl lingo. An
>> appender has no concept of a level like 'debug', only loggers do.
>
> I see, and that's why it also can't understand about layouts.
Actually, just for the record, you can set
On Wed, 18 Feb 2009, Robert Jacobson wrote:
> Most of the time (I'd guess ~80%), this works fine. When it doesn't
> work, I get the following error on STDERR (even though I've wrapped
> STDERR with a "Trapper" as described in the FAQ):
>
> Can't call method "log" on an undefined value at /o