Re: RootLogger Default Level

2009-05-24 Thread Curt Arnold
log4j sets the hierarchy threshold to ALL and the rootLogger level to DEBUG. The level is set in the static initializer of org.apache.log4j.LogManager and reinforced in Hierarchy.resetConfiguration which documents that it resets the root logger to DEBUG. On May 23, 2009, at 8:28 AM, Chr

Re: RootLogger Default Level

2009-05-23 Thread Christian Grobmeier
>> what is the expected default Level of the RootLogger? > > It should be ALL :) Then all is good :-) Test tested for "DEBUG". This is fixed Thanks!

Re: RootLogger Default Level

2009-05-23 Thread Knut Urdalen
Christian Grobmeier wrote: what is the expected default Level of the RootLogger? It should be ALL :) Knut