Skip to content

Commit bb7e4eb

Browse files
committed
chore: add backoff to dispatcher warning logs
This could be helpful to debug issues communicating with API.
1 parent eb252e8 commit bb7e4eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testnet/stacks-node/src/event_dispatcher.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,8 @@ impl EventObserver {
455455
Err(err) => {
456456
warn!(
457457
"Event dispatcher: connection or request failed to {}:{} - {:?}",
458-
&host, &port, err
458+
&host, &port, err;
459+
"backoff" => backoff
459460
);
460461
}
461462
}

0 commit comments

Comments
 (0)