Skip to content

Commit

Permalink
logs more parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
riteshvaryani committed Jul 1, 2024
1 parent 55954ba commit fc61b4e
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ protected void postConnectionHook(

callback.succeeded();
} catch (Throwable var9) {
log.error("Exception occurred while processing request URI: {}", request.getRequestURI(),
var9);
log.error("Exception occurred while processing request URL: {} , request URI {} ," +
" servlet path {}", request.getRequestURL(),
request.getRequestURI(), request.getServletPath(), var9);
callback.failed(var9);
}
}
Expand Down

0 comments on commit fc61b4e

Please sign in to comment.