summaryrefslogtreecommitdiff
path: root/bot.py
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2020-02-12 14:10:44 +0400
committerAndrew <saintruler@gmail.com>2020-02-12 14:10:44 +0400
commitf3f6b242f74547bf19065eed3ff8a58dcfc85d97 (patch)
tree1d44c26067e0db1cdf1d25c702400263df0c8441 /bot.py
parent7b4099a416cdcfe6f253b72a26741203b6926929 (diff)
Fixed errors.
Diffstat (limited to 'bot.py')
-rw-r--r--bot.py2
1 files changed, 1 insertions, 1 deletions
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)