mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2025-12-15 20:03:02 +00:00
1. ..
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user