Skip to content

Commit

Permalink
don't print stacktrace
Browse files Browse the repository at this point in the history
  • Loading branch information
StageGuard committed Feb 8, 2025
1 parent e5c7c70 commit 1733aa8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class RetryRemoteObject<I : IInterface>(
if (retryCount > 2) throw doe

retryCount += 1
logger.warn(Exception("Show stacktrace")) {
logger.warn {
"Remote interface $currentRemote is dead, attempt to fetch new remote. retryCount = $retryCount"
}

Expand Down

0 comments on commit 1733aa8

Please sign in to comment.