Skip to content

Commit 2d048b9

Browse files
committed
Address comments
1 parent 6c6f443 commit 2d048b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ async fn run_listener<T: Signer + 'static>(
159159
let api_client = api_client.clone();
160160
async move {
161161
if let Err(e) = api_client.post_observation(observation).await {
162-
tracing::error!(url = api_client.get_base_url().to_string(), error = ?e, "Failed to post observation");
162+
tracing::warn!(url = api_client.get_base_url().to_string(), error = ?e, "Failed to post observation");
163163
} else {
164164
tracing::info!(url = api_client.get_base_url().to_string(), "Observation posted successfully");
165165
}

0 commit comments

Comments
 (0)