Skip to content

Commit

Permalink
add log debug headers
Browse files Browse the repository at this point in the history
  • Loading branch information
anuvedverma committed Jul 1, 2024
1 parent 331bbcd commit 6718de0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ protected void postConnectionHook(
log.error("Exception occurred while processing request URL: {} , request URI {} ,"
+ " servlet path {} , toString {}", request.getRequestURL(),
request.getRequestURI(), request.getServletPath(), request.toString(), var9);
debugLogHeaders(request);
callback.failed(var9);
}
}
Expand Down

0 comments on commit 6718de0

Please sign in to comment.