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 062bc3b commit 07b4569Copy full SHA for 07b4569
src/agent/services/oracle.rs
@@ -79,7 +79,11 @@ where
79
)
80
.await
81
{
82
- tracing::error!(?err, "Subscriber exited unexpectedly");
+ tracing::error!(
83
+ ?err,
84
+ "Subscriber url: {} exited unexpectedly",
85
+ config.wss_urls[wss_url_index]
86
+ );
87
if current_time.elapsed() < min_elapsed_time {
88
tracing::warn!(?sleep_time, "Subscriber restarting too quickly. Sleeping");
89
tokio::time::sleep(sleep_time).await;
0 commit comments