Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: logging-2.0
-
Fix Version/s: logging-2.0.1
-
Component/s: Logging
-
Labels:None
-
Number of attachments :
Description
In Tomcat 6, JDK logging fails with NPE when trying to set the root logger.
This is caused by using LogManager.getLogger("global") in place of Logger.getLogger("global") as per API docs.