Skip to content

Commit

Permalink
minor change in log
Browse files Browse the repository at this point in the history
  • Loading branch information
m-nagarajan committed Sep 19, 2023
1 parent ffe7834 commit ff9b764
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,9 @@ private <R> CompletableFuture<R> recordRequestMetrics(
exceptionReceived = true;
if (!redundantExceptionFilter.isRedundantException(throwable.getMessage())) {
LOGGER.error(
"Exception received in fast client's {}: ",
"Exception received in fast client's {}: {}",
requestContext instanceof GetRequestContext ? "single get" : "batch get",
throwable.getMessage(),
throwable);
}
}
Expand Down

0 comments on commit ff9b764

Please sign in to comment.