Skip to content

Commit

Permalink
add some log
Browse files Browse the repository at this point in the history
  • Loading branch information
ic4y committed Aug 15, 2023
1 parent 4764b18 commit c85fc7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public static <T> T retryWithException(
backoff);
Thread.sleep(backoff);
} else {
log.debug(attemptMessage, ExceptionUtils.getMessage(e), i, retryTimes, 0);
log.info(attemptMessage, ExceptionUtils.getMessage(e), i, retryTimes, 0);
}
}
}
Expand Down

0 comments on commit c85fc7e

Please sign in to comment.