test/jdk/java/net/httpclient/websocket/logging.properties
author chegar
Wed, 02 May 2018 02:36:17 -0700
changeset 49944 4690a2871b44
parent 47216 71c04702a3d5
permissions -rw-r--r--
8202423: Small HTTP Client refresh Reviewed-by: chegar, dfuchs, michaelm, prappo Contributed-by: Chris Hegarty <chris.hegarty@oracle.com>, Daniel Fuchs <daniel.fuchs@oracle.com>, Michael McMahon <michael.x.mcmahon@oracle.com>, Pavel Rappo <pavel.rappo@oracle.com>
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