Skip to content

Commit c217de5

Browse files
committed
Add url to error log
1 parent 0b66e74 commit c217de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/hermes/server/src/network/pythnet.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ where
447447
tokio::select! {
448448
_ = exit.changed() => break,
449449
Err(err) = run_quorom_listener(store.clone(), pythnet_quorum_ws_addr.clone()) => {
450-
tracing::error!(error = ?err, "Error in Pythnet quorum network listener.");
450+
tracing::error!(ws_addr = ?pythnet_quorum_ws_addr, error = ?err, "Error in Pythnet quorum network listener.");
451451
if current_time.elapsed() < Duration::from_secs(30) {
452452
tracing::error!("Pythnet quorum listener restarting too quickly. Sleep 1s.");
453453
tokio::time::sleep(Duration::from_secs(1)).await;

0 commit comments

Comments
 (0)