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
>> 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!
Christian Grobmeier wrote:
what is the expected default Level of the RootLogger?
It should be ALL :)
Knut