Skip to content

Commit

Permalink
2024-11-22 - feedback confirmation page alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Luch76 committed Nov 22, 2024
1 parent 51cc1b2 commit 3d45329
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ void intercept(HttpRequest<?> request, @Body @Nullable String body) {
.map(e -> e.getKey() + ":" + e.getValue())
.collect(Collectors.joining(","));
String requestBody = body == null ? "empty" : body;
LOG.info(
"User {} {} request to {} with body {} and parameters {} being handled by {}.{}",
LOG.info("User: {} - {} request to {} with body {} and parameters {} being handled by {}.{}",
username,
requestVerb,
request.getUri().getPath(),
Expand Down

0 comments on commit 3d45329

Please sign in to comment.