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',