diff --git a/src/dispatching/error_handlers.rs b/src/dispatching/error_handlers.rs index d7289a14..c9e1aa44 100644 --- a/src/dispatching/error_handlers.rs +++ b/src/dispatching/error_handlers.rs @@ -145,7 +145,7 @@ where where E: 'a, { - log::debug!("{text}: {:?}", error, text = self.text); + log::error!("{text}: {:?}", error, text = self.text); Box::pin(async {}) } }