[log4perl-devel] Problems with uninitialized root-logger in log::log4perl

2007-11-26 Thread Johannes Kilian
Hi, I've encounterd a view problems with "uninitialized root-logger" log-log4perl (currently using Version1.12): System: ActiveStatePerl 5.8.8.817 WinXP SP2 Log::Log4Perl 1.12 Using my "traditional" log4perl configuration file (used from 0.51 on) the 1.12 Version shows following behaviour (whi

Re: [log4perl-devel] Problems with uninitialized root-logger in log::log4perl

2007-12-04 Thread Johannes Kilian
Hi, Mike Schilli schrieb: > On Fri, 23 Nov 2007, Johannes Kilian wrote: > >> Using my "traditional" log4perl configuration file (used from 0.51 >> on) the 1.12 Version shows following behaviour (which I didn't >> notice with earlier versions ...): >>

[log4perl-devel] Configuration question

2008-07-16 Thread Johannes Kilian
Hi, probably a simple question, but I cannot figure it out: I have configured a logger for category "Test" to log all DEBUG messages - but for one child-category "Test.child1" I only want the INFO messages. What I tried is: --- log4j.logger.Test=DEBUG, MyFileAppender log4j.logger.Test.Child1=IN