Skip to content

Commit 3d45329

Browse files
committed
2024-11-22 - feedback confirmation page alignment
1 parent 51cc1b2 commit 3d45329

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

server/src/main/java/com/objectcomputing/checkins/logging/RequestLoggingInterceptor.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ void intercept(HttpRequest<?> request, @Body @Nullable String body) {
4646
.map(e -> e.getKey() + ":" + e.getValue())
4747
.collect(Collectors.joining(","));
4848
String requestBody = body == null ? "empty" : body;
49-
LOG.info(
50-
"User {} {} request to {} with body {} and parameters {} being handled by {}.{}",
49+
LOG.info("User: {} - {} request to {} with body {} and parameters {} being handled by {}.{}",
5150
username,
5251
requestVerb,
5352
request.getUri().getPath(),

0 commit comments

Comments
 (0)