http-client-branch: review comment: log rather than debug in ConcurrentResponses http-client-branch
authorchegar
Tue, 19 Jun 2018 12:04:26 +0100
branchhttp-client-branch
changeset 56777 62a6a0f24efa
parent 56776 3994e077de15
child 56778 b77704d050f8
http-client-branch: review comment: log rather than debug in ConcurrentResponses
test/jdk/java/net/httpclient/ConcurrentResponses.java
--- a/test/jdk/java/net/httpclient/ConcurrentResponses.java	Tue Jun 19 11:52:13 2018 +0100
+++ b/test/jdk/java/net/httpclient/ConcurrentResponses.java	Tue Jun 19 12:04:26 2018 +0100
@@ -35,7 +35,9 @@
  * @library /lib/testlibrary http2/server
  * @build Http2TestServer
  * @build jdk.testlibrary.SimpleSSLContext
- * @run testng/othervm -Djdk.internal.httpclient.debug=true ConcurrentResponses
+ * @run testng/othervm
+ *      -Djdk.httpclient.HttpClient.log=headers,errors,channel
+ *      ConcurrentResponses
  */
 
 import java.io.IOException;