From 7936061fe899466d58956c1f3be29db96d296523 Mon Sep 17 00:00:00 2001 From: Alex Kulikov Date: Sat, 30 Mar 2024 18:22:45 +0000 Subject: [PATCH] fix: log from get_board_creds --- src/tg/handlers/get_board_credentials_handler.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/tg/handlers/get_board_credentials_handler.py b/src/tg/handlers/get_board_credentials_handler.py index cc55d2d..1d6e8d7 100644 --- a/src/tg/handlers/get_board_credentials_handler.py +++ b/src/tg/handlers/get_board_credentials_handler.py @@ -36,10 +36,7 @@ def get_board_credentials(update: telegram.Update, tg_context): ) reply(load('get_board_credentials_handler__not_found'), update) return - logger._log( - USAGE_LOG_LEVEL, - f'Board creds found for username {get_sender_username(update)}' - ) + logger.warn(f'Board creds found for username {get_sender_username(update)}') reply( load( 'get_board_credentials_handler__found',