From: Johannes K. <Jo....@gm...> - 2008-07-16 08:19:59
|
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=INFO, MyFileAppender log4j.additivity.Test=true log4j.additivity.Test.Child1=false --- but this didn't work .... How to achieve my goal? Johannes -- Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger |