RFR: 8191033: Regression in logging.properties: specifying .handlers= for root logger (instead of handlers=) no longer works

Martin Buchholz martinrb at google.com
Thu Dec 7 19:00:38 UTC 2017


You went to the trouble of checking test.src.  Shouldn't  CONFIG_FILE be
found relative to SRC_DIR?

+    public static final Path SRC_DIR =
+            Paths.get(System.getProperty("test.src", "src"));
+    public static final Path USER_DIR =
+            Paths.get(System.getProperty("user.dir", "."));
+    public static final Path CONFIG_FILE = Paths.get("logging.properties");


More information about the core-libs-dev mailing list