diff --git a/apps/hermes/server/Cargo.lock b/apps/hermes/server/Cargo.lock index 55f57f66ca..00414c68f8 100644 --- a/apps/hermes/server/Cargo.lock +++ b/apps/hermes/server/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "Inflector" @@ -1880,7 +1880,7 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "hermes" -version = "0.10.3" +version = "0.10.4" dependencies = [ "anyhow", "async-trait", diff --git a/apps/hermes/server/Cargo.toml b/apps/hermes/server/Cargo.toml index 3be189cc5c..a21455ec94 100644 --- a/apps/hermes/server/Cargo.toml +++ b/apps/hermes/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hermes" -version = "0.10.3" +version = "0.10.4" description = "Hermes is an agent that provides Verified Prices from the Pythnet Pyth Oracle." edition = "2021" diff --git a/apps/hermes/server/src/api/rest/get_price_feed.rs b/apps/hermes/server/src/api/rest/get_price_feed.rs index 765b56d755..eba69a7c0a 100644 --- a/apps/hermes/server/src/api/rest/get_price_feed.rs +++ b/apps/hermes/server/src/api/rest/get_price_feed.rs @@ -73,7 +73,7 @@ where ) .await .map_err(|e| { - tracing::warn!( + tracing::debug!( "Error getting price feed {:?} with update data: {:?}", price_id, e diff --git a/apps/hermes/server/src/api/rest/get_vaa.rs b/apps/hermes/server/src/api/rest/get_vaa.rs index d9e3ddfcb9..5353ef7389 100644 --- a/apps/hermes/server/src/api/rest/get_vaa.rs +++ b/apps/hermes/server/src/api/rest/get_vaa.rs @@ -72,7 +72,7 @@ where ) .await .map_err(|e| { - tracing::warn!( + tracing::debug!( "Error getting price feed {:?} with update data: {:?}", price_id, e diff --git a/apps/hermes/server/src/api/rest/get_vaa_ccip.rs b/apps/hermes/server/src/api/rest/get_vaa_ccip.rs index 858eb71945..b04f836b7a 100644 --- a/apps/hermes/server/src/api/rest/get_vaa_ccip.rs +++ b/apps/hermes/server/src/api/rest/get_vaa_ccip.rs @@ -73,7 +73,7 @@ where ) .await .map_err(|e| { - tracing::warn!( + tracing::debug!( "Error getting price feed {:?} with update data: {:?}", price_id, e diff --git a/apps/hermes/server/src/api/rest/latest_price_feeds.rs b/apps/hermes/server/src/api/rest/latest_price_feeds.rs index 22d606dfcd..1681264e60 100644 --- a/apps/hermes/server/src/api/rest/latest_price_feeds.rs +++ b/apps/hermes/server/src/api/rest/latest_price_feeds.rs @@ -72,7 +72,7 @@ where Aggregates::get_price_feeds_with_update_data(state, &price_ids, RequestTime::Latest) .await .map_err(|e| { - tracing::warn!( + tracing::debug!( "Error getting price feeds {:?} with update data: {:?}", price_ids, e diff --git a/apps/hermes/server/src/api/rest/latest_vaas.rs b/apps/hermes/server/src/api/rest/latest_vaas.rs index 5b387bb322..1d4c171b91 100644 --- a/apps/hermes/server/src/api/rest/latest_vaas.rs +++ b/apps/hermes/server/src/api/rest/latest_vaas.rs @@ -61,7 +61,7 @@ where Aggregates::get_price_feeds_with_update_data(state, &price_ids, RequestTime::Latest) .await .map_err(|e| { - tracing::warn!( + tracing::debug!( "Error getting price feeds {:?} with update data: {:?}", price_ids, e diff --git a/apps/hermes/server/src/api/rest/v2/latest_price_updates.rs b/apps/hermes/server/src/api/rest/v2/latest_price_updates.rs index a249063966..e378db0504 100644 --- a/apps/hermes/server/src/api/rest/v2/latest_price_updates.rs +++ b/apps/hermes/server/src/api/rest/v2/latest_price_updates.rs @@ -79,7 +79,7 @@ where Aggregates::get_price_feeds_with_update_data(state, &price_ids, RequestTime::Latest) .await .map_err(|e| { - tracing::warn!( + tracing::debug!( "Error getting price feeds {:?} with update data: {:?}", price_ids, e diff --git a/apps/hermes/server/src/api/rest/v2/latest_publisher_stake_caps.rs b/apps/hermes/server/src/api/rest/v2/latest_publisher_stake_caps.rs index 7db8729572..454f12b9b4 100644 --- a/apps/hermes/server/src/api/rest/v2/latest_publisher_stake_caps.rs +++ b/apps/hermes/server/src/api/rest/v2/latest_publisher_stake_caps.rs @@ -59,7 +59,7 @@ where Aggregates::get_latest_publisher_stake_caps_with_update_data(state) .await .map_err(|e| { - tracing::warn!( + tracing::debug!( "Error getting publisher stake caps with update data: {:?}", e ); diff --git a/apps/hermes/server/src/api/rest/v2/latest_twaps.rs b/apps/hermes/server/src/api/rest/v2/latest_twaps.rs index 9397a3f066..67c71eb98c 100644 --- a/apps/hermes/server/src/api/rest/v2/latest_twaps.rs +++ b/apps/hermes/server/src/api/rest/v2/latest_twaps.rs @@ -114,7 +114,7 @@ where ) .await .map_err(|e| { - tracing::warn!( + tracing::debug!( "Error getting TWAPs for price IDs {:?} with update data: {:?}", price_ids, e diff --git a/apps/hermes/server/src/state/aggregate.rs b/apps/hermes/server/src/state/aggregate.rs index 9622fe621b..01e0f1e36d 100644 --- a/apps/hermes/server/src/state/aggregate.rs +++ b/apps/hermes/server/src/state/aggregate.rs @@ -664,7 +664,7 @@ where // to guarantee that the start and end messages are window_seconds apart let start_timestamp = if end_messages.is_empty() { // If there are no end messages, we can't calculate a TWAP - tracing::warn!( + tracing::debug!( price_ids = ?price_ids, time = ?end_time, "Could not find TWAP messages" @@ -693,7 +693,7 @@ where .await?; if start_messages.is_empty() { - tracing::warn!( + tracing::debug!( price_ids = ?price_ids, time = ?start_time, "Could not find TWAP messages"