We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0520a6 commit e632a10Copy full SHA for e632a10
code/main.py
@@ -7,7 +7,7 @@
7
import logging
8
9
logging.basicConfig(
10
- level=logging.DEBUG, # <-- this is key
+ level=logging.INFO, # <-- this is key
11
format='[%(levelname)s] %(message)s'
12
)
13
logger = logging.getLogger() # root logger
code/utils/group.py
@@ -5,7 +5,7 @@
5
from utils.pipe import Pipe
6
# Set up logging
-logging.basicConfig(level=logging.DEBUG)
+logging.basicConfig(level=logging.INFO)
logger = logging.getLogger(__name__)
0 commit comments