Skip to content

Commit

Permalink
more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
riteshvaryani committed Jul 1, 2024
1 parent fc61b4e commit 63a18bb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ protected void postConnectionHook(
callback.succeeded();
} catch (Throwable var9) {
log.error("Exception occurred while processing request URL: {} , request URI {} ," +
" servlet path {}", request.getRequestURL(),
request.getRequestURI(), request.getServletPath(), var9);
" servlet path {} , toString {}", request.getRequestURL(),
request.getRequestURI(), request.getServletPath(), request.toString(), var9);
callback.failed(var9);
}
}
Expand Down

0 comments on commit 63a18bb

Please sign in to comment.