Skip to content

Commit

Permalink
record remote address in jetty request log (apache#4492)
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshug authored and b-slim committed Jun 30, 2017
1 parent 9ae457f commit d757ef3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ public void log(Request request, Response response)
{
if (logger.isDebugEnabled()) {
logger.debug(
"%s %s %s",
"%s %s %s %s",
request.getRemoteAddr(),
request.getMethod(),
request.getHttpURI().toString(),
request.getProtocol()
Expand Down

0 comments on commit d757ef3

Please sign in to comment.