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.
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