Skip to content

Commit

Permalink
change to trace
Browse files Browse the repository at this point in the history
  • Loading branch information
snalli committed Oct 10, 2023
1 parent a84efab commit ab39f6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ private void throwOrDelay(Throwable e, String actionName, String partitionPath,
} else {
// Either not retryable or exhausted attempts.
// Not very useful to log error here as they are printed in several other places
logger.debug("{} failed partition {} statusCode {} cause {} made {} attempts.", actionName, partitionPath,
logger.trace("{} failed partition {} statusCode {} cause {} made {} attempts.", actionName, partitionPath,
statusCode, cause, attempts);
throw cse;
}
Expand Down

0 comments on commit ab39f6e

Please sign in to comment.