Skip to content

Commit

Permalink
Do not spam debug logs with request numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
akudiyar committed Jan 2, 2024
1 parent a421a3b commit b9092bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public TarantoolRequestMetadata sendRequest(TarantoolRequest request) {
requestFuture.completeExceptionally(
new RuntimeException("Failed to send the request to Tarantool server", f.cause()));
} else {
logger.debug("Request {} sent, status Success", request.getHeader().getSync());
logger.trace("Request {} sent, status Success", request);
}
});

Expand Down

0 comments on commit b9092bb

Please sign in to comment.