Skip to content

Commit 210841a

Browse files
committed
log.debug
1 parent 12fe67e commit 210841a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mse-simple-demo/A/src/main/java/com/alibabacloud/mse/demo/a/AController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ private void init() {
8888
public String a(HttpServletRequest request) throws ExecutionException, InterruptedException {
8989
try {
9090
String body = IOUtils.toString(request.getInputStream(), Charset.defaultCharset());
91-
log.info("body is {}", body);
91+
log.debug("body is {}", body);
9292
} catch (Throwable e) {
9393
log.warn("get body error", e);
9494
}

0 commit comments

Comments
 (0)