This commit is contained in:
qaiu
2024-09-18 15:45:49 +08:00
parent 0d609daffa
commit 7c9ba890af

View File

@@ -38,8 +38,6 @@ public class LogStatistics implements AfterInterceptor {
if (responseData == null) return;
if (responseData.containsKey("code") && responseData.getInteger("code") == 500) {
log.error("code 500: {} {}", ctx.request().path(), responseData.getString("msg"));
} else {
log.error("未知json日志: {}, path: {}", responseData.encode(), ctx.request().path());
}
}