Skip to content

Commit 16e5fd3

Browse files
committed
more group fixes
1 parent 6cae929 commit 16e5fd3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

code/main.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@
44
from core.gg import GG
55
from utils.pipe import Pipe
66
import sys
7+
import logging
78

9+
logging.basicConfig(
10+
level=logging.DEBUG, # <-- this is key
11+
format='[%(levelname)s] %(message)s'
12+
)
13+
logger = logging.getLogger(__name__)
814

915

1016
if __name__ == '__main__':

0 commit comments

Comments
 (0)