We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12fe67e commit 210841aCopy full SHA for 210841a
mse-simple-demo/A/src/main/java/com/alibabacloud/mse/demo/a/AController.java
@@ -88,7 +88,7 @@ private void init() {
88
public String a(HttpServletRequest request) throws ExecutionException, InterruptedException {
89
try {
90
String body = IOUtils.toString(request.getInputStream(), Charset.defaultCharset());
91
- log.info("body is {}", body);
+ log.debug("body is {}", body);
92
} catch (Throwable e) {
93
log.warn("get body error", e);
94
}
0 commit comments