test/jdk/java/net/httpclient/websocket/logging.properties
author prappo
Fri, 08 Dec 2017 12:35:49 +0300
branchhttp-client-branch
changeset 55978 65bd0b92abec
parent 47216 71c04702a3d5
permissions -rw-r--r--
http-client-branch: (WebSocket) tests cleanup
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
43999
4cc44dd9f14f 8164625: Pooled HttpConnection should be removed during close
prappo
parents:
diff changeset
     1
handlers=java.util.logging.ConsoleHandler
4cc44dd9f14f 8164625: Pooled HttpConnection should be removed during close
prappo
parents:
diff changeset
     2
.level=ALL
4cc44dd9f14f 8164625: Pooled HttpConnection should be removed during close
prappo
parents:
diff changeset
     3
java.util.logging.ConsoleHandler.level=ALL
4cc44dd9f14f 8164625: Pooled HttpConnection should be removed during close
prappo
parents:
diff changeset
     4
java.util.logging.ConsoleHandler.formatter=java.util.logging.SimpleFormatter
4cc44dd9f14f 8164625: Pooled HttpConnection should be removed during close
prappo
parents:
diff changeset
     5
java.util.logging.SimpleFormatter.format=%4$s: %5$s [%1$tc]%n