Skip to content

Commit

Permalink
1. ..
Browse files Browse the repository at this point in the history
  • Loading branch information
qaiu committed Sep 18, 2024
1 parent 0d609da commit 7c9ba89
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ public void handle(RoutingContext ctx, JsonObject responseData) {
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());
}
}

Expand Down

0 comments on commit 7c9ba89

Please sign in to comment.