Skip to content

Commit

Permalink
Adding ip logging temp
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrichlake committed Feb 29, 2024
1 parent 72624f0 commit 7ed4114
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ static DomainRequest javalinContextToDomainRequest(Context ctx) {
entry -> entry.getKey().toLowerCase(),
Map.Entry::getValue));

LOGGER.logInfo(ctx.ip());
request.setBody(ctx.body());
request.setUrl(ctx.url());
request.setHeaders(caseInsensitiveHeaderMap);
Expand Down

0 comments on commit 7ed4114

Please sign in to comment.