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

daniel.fuchs at oracle.com daniel.fuchs at oracle.com
Mon Jan 6 10:40:18 PST 2014


Changeset: d77a1c9fd5b8
Author:    dfuchs
Date:      2013-12-22 11:20 +0100
URL:       http://hg.openjdk.java.net/jdk8/tl/jdk/rev/d77a1c9fd5b8

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 net-dev mailing list