You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2016/12/18 11:07:01 UTC

[Bug 60493] Logger without handler don't use root handler

https://bz.apache.org/bugzilla/show_bug.cgi?id=60493

--- Comment #1 from Damien Tacheron <da...@tacheron.fr> ---
JDK 1.7.0_79

I'm not sure of my diagnostic as i found this :
private volatile boolean useParentHandlers = true;
in java.util.logging.Logger
and JULI DirectJDKLog simply delegates to JDK loggers

So it seems that when a logger is instanciated, it defaults to true correctly


But the problem is real.

I try to understand where and how the object loggers are initialized

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org