Skip to content

Commit

Permalink
Include Client Info in request logs
Browse files Browse the repository at this point in the history
  • Loading branch information
joneubank committed Jun 13, 2018
1 parent 2eab0ff commit 782b10c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public CommonsRequestLoggingFilter logFilter() {
filter.setIncludePayload(true);
filter.setMaxPayloadLength(10000);
filter.setIncludeHeaders(false);
filter.setIncludeClientInfo(true);
return filter;
}

Expand Down

0 comments on commit 782b10c

Please sign in to comment.