We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b66e74 commit c217de5Copy full SHA for c217de5
apps/hermes/server/src/network/pythnet.rs
@@ -447,7 +447,7 @@ where
447
tokio::select! {
448
_ = exit.changed() => break,
449
Err(err) = run_quorom_listener(store.clone(), pythnet_quorum_ws_addr.clone()) => {
450
- tracing::error!(error = ?err, "Error in Pythnet quorum network listener.");
+ tracing::error!(ws_addr = ?pythnet_quorum_ws_addr, error = ?err, "Error in Pythnet quorum network listener.");
451
if current_time.elapsed() < Duration::from_secs(30) {
452
tracing::error!("Pythnet quorum listener restarting too quickly. Sleep 1s.");
453
tokio::time::sleep(Duration::from_secs(1)).await;
0 commit comments