Details
-
Bug
-
Resolution: Fixed
-
P3
-
8
-
None
-
b115
-
Verified
Description
If you did something like:
Logger.getLogger("").setLevel(Level.FINEST);
new URL("http://www.oracle.com/").openConnection();
System.out.println("Root level: "+ Logger.getLogger("").getLevel());
the level printed will be "INFO" instead of "FINEST".
Logger.getLogger("").setLevel(Level.FINEST);
new URL("http://www.oracle.com/").openConnection();
System.out.println("Root level: "+ Logger.getLogger("").getLevel());
the level printed will be "INFO" instead of "FINEST".
Attachments
Issue Links
- relates to
-
JDK-8023163 Logger hierarchy inconsistent with applets
- Closed
-
JDK-8030850 Setting .level=FINEST in logging configuration file doesn't work
- Closed
-
JDK-8026952 Test java/util/logging/LogManager/RootLogger/setLevel/TestRootLoggerLevel.java has wrong @bug id
- Closed