From f3f6b242f74547bf19065eed3ff8a58dcfc85d97 Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 12 Feb 2020 14:10:44 +0400 Subject: Fixed errors. --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot.py') diff --git a/bot.py b/bot.py index 6d5cbeb..d89fdcd 100644 --- a/bot.py +++ b/bot.py @@ -17,7 +17,7 @@ from keyboards import ( from utils import * from states import States -logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(name)s - %(levelname)s - %(message)s') +logging.basicConfig(level=logging.DEBUG, format='%(asctime)s - %(name)s - %(levelname)s - %(message)s') logger = logging.getLogger(__name__) logger.setLevel(logging.DEBUG) -- cgit v1.2.3