Re: [log4perl-devel] log4perl question

2008-02-08 Thread Mike Schilli
On Wed, 6 Feb 2008, Kevin M. Goess wrote: > If you want to send "info" messages too, then do this, changing ERROR > to INFO: > > log4perl.rootLogger=INFO, LOGFILE > > That will send all messages of level "info", "warn", "error" and "fatal" > to your LOGFILE. ... and just in case: if you wan

Re: [log4perl-devel] log4perl question

2008-02-06 Thread Kevin M. Goess
Fernando, if I understand your question correctly, this line that you have: log4perl.rootLogger=ERROR, LOGFILE tells log4perl to send all messages whose log level is "error" or "fatal" to your LOGFILE appender. If you want to send "info" messages too, then do this, changing ERROR to INFO

[log4perl-devel] log4perl question

2008-02-06 Thread Fernando Sousa
Hi all, probably you can give some help on this topic. I'm using the Log-Log4perl-1.14 and I've initialize the following log.conffile: [root@ test]# cat log.conf # A simple root logger with a Log::Log4perl::Appender::File # file appende