From ee3560e2bd6b0f61fdd1c24d1e5bf07a3f9cfb2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E5=85=84?= Date: Fri, 30 Dec 2022 22:08:48 +0800 Subject: [PATCH] logger --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 5541af6..188fc12 100755 --- a/main.py +++ b/main.py @@ -24,7 +24,7 @@ Basic setup logging.basicConfig(format='%(asctime)s: %(levelname)s %(name)s | %(message)s', level=logging.INFO) -logger = telebot.logger.setLevel(logging.DEBUG) +logger = telebot.logger.setLevel(logging.INFO) bots = {} # check if credentials exist, create if not