Yonathan Randolph When the logback logger "x" is assigned the level INFO, this is propagated to the equivalent JUL logger. When thhis jul logger is invoked with the level CONFIG, the invocation is considered as disabled. This is as it should be given that CONFIG < INFO, that is 700 < 800. As far as I can tell, this is the correct behavior. |