Skip to content

Commit

Permalink
Reduce severity of the connection failed messages
Browse files Browse the repository at this point in the history
  • Loading branch information
madadam committed Jan 30, 2025
1 parent 4a41cea commit 52dcddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/network/gateway.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ impl Gateway {

match backoff.next_backoff() {
Some(duration) => {
tracing::debug!(
tracing::trace!(
?error,
"Connection failed. Next attempt in {:?}",
duration
Expand Down

0 comments on commit 52dcddd

Please sign in to comment.