From 34890449a1596a951b39284aa55cedca3c2aaf6a Mon Sep 17 00:00:00 2001 From: Bulat Kurbanov Date: Tue, 7 May 2024 19:11:18 +0200 Subject: [PATCH] Set parse update error as warning --- src/bots_manager/axum_server.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bots_manager/axum_server.rs b/src/bots_manager/axum_server.rs index dd59599..bfd4fe3 100644 --- a/src/bots_manager/axum_server.rs +++ b/src/bots_manager/axum_server.rs @@ -77,7 +77,7 @@ pub async fn start_axum_server(stop_signal: Arc) { } } Err(error) => { - log::error!( + log::warn!( "Cannot parse an update.\nError: {:?}\nValue: {}\n\ This is a bug in teloxide-core, please open an issue here: \ https://github.com/teloxide/teloxide/issues.",