Spaces:
Sleeping
Sleeping
Tuchuanhuhuhu
commited on
Commit
•
d55a9fe
1
Parent(s):
03db1ff
chore: set logging level to info
Browse files- ChuanhuChatbot.py +1 -1
ChuanhuChatbot.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# -*- coding:utf-8 -*-
|
2 |
import logging
|
3 |
logging.basicConfig(
|
4 |
-
level=logging.
|
5 |
format="%(asctime)s [%(levelname)s] [%(filename)s:%(lineno)d] %(message)s",
|
6 |
)
|
7 |
|
|
|
1 |
# -*- coding:utf-8 -*-
|
2 |
import logging
|
3 |
logging.basicConfig(
|
4 |
+
level=logging.INFO,
|
5 |
format="%(asctime)s [%(levelname)s] [%(filename)s:%(lineno)d] %(message)s",
|
6 |
)
|
7 |
|