mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2025-12-16 12:23:03 +00:00
1. ..
This commit is contained in:
@@ -38,8 +38,6 @@ public class LogStatistics implements AfterInterceptor {
|
|||||||
if (responseData == null) return;
|
if (responseData == null) return;
|
||||||
if (responseData.containsKey("code") && responseData.getInteger("code") == 500) {
|
if (responseData.containsKey("code") && responseData.getInteger("code") == 500) {
|
||||||
log.error("code 500: {} {}", ctx.request().path(), responseData.getString("msg"));
|
log.error("code 500: {} {}", ctx.request().path(), responseData.getString("msg"));
|
||||||
} else {
|
|
||||||
log.error("未知json日志: {}, path: {}", responseData.encode(), ctx.request().path());
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user