Change log-level "Executing handler" msg to debug

closes #5143
This commit is contained in:
Matthias
2021-06-17 06:57:35 +02:00
parent 0af9bcef60
commit a49ca9cbf7
2 changed files with 4 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ def authorized_only(command_handler: Callable[..., None]) -> Callable[..., Any]:
)
return wrapper
logger.info(
logger.debug(
'Executing handler: %s for chat_id: %s',
command_handler.__name__,
chat_id