Re: [log4perl-devel] Configuration question

2008-07-16 Thread Mike Schilli
On Wed, 16 Jul 2008, Johannes Kilian wrote: > 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.

[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