Skip to content

Commit f838889

Browse files
author
litongjava
committed
update log url
1 parent 5b3c629 commit f838889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/litongjava/tio/boot/http/handler/DefaultHttpRequestHandlerDispather.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ public HttpResponse handler(HttpRequest request) throws Exception {
342342
TioControllerContext.release();
343343
// print url
344344
if (EnvironmentUtils.getBoolean(TioBootConfigKeys.TIO_HTTP_REQUEST_PRINT_URL)) {
345-
System.out.println(path);
345+
log.info("uri:{}",path);
346346
}
347347
try {
348348
long time = SystemTimer.currTime;

0 commit comments

Comments
 (0)