hg: jdk9/dev/jdk: 8030850: Setting .level=FINEST in logging configuration file doesn't work

daniel.fuchs at oracle.com daniel.fuchs at oracle.com
Sun Dec 22 02:22:45 PST 2013


Changeset: d2e156b25d0a
Author:    dfuchs
Date:      2013-12-22 11:20 +0100
URL:       http://hg.openjdk.java.net/jdk9/dev/jdk/rev/d2e156b25d0a

8030850: Setting .level=FINEST in logging configuration file doesn't work
Summary: setLevel(INFO) was called too early on root logger, causing the value found in configuration file to be later ignored.
Reviewed-by: mchung

! src/share/classes/java/util/logging/LogManager.java
+ test/java/util/logging/RootLogger/RootLevelInConfigFile.java
+ test/java/util/logging/RootLogger/rootlogger.properties



More information about the jdk9-dev-changes mailing list