Setting back to debug level
This commit is contained in:
parent
570134d78d
commit
a3b2a71aea
|
@ -572,7 +572,7 @@ public class HttpExchange
|
|||
if (uri.isOpaque())
|
||||
throw new IllegalArgumentException("Opaque URI: "+uri);
|
||||
|
||||
LOG.info("URI = {}", uri.toASCIIString());
|
||||
LOG.debug("URI = {}", uri.toASCIIString());
|
||||
|
||||
String scheme = uri.getScheme();
|
||||
int port = uri.getPort();
|
||||
|
|
Loading…
Reference in New Issue