Spaces:
Sleeping
Sleeping
debugging
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ import logging
|
|
24 |
|
25 |
# Configure logging
|
26 |
logging.basicConfig(
|
27 |
-
level=logging.
|
28 |
format="%(asctime)s [%(levelname)s] %(message)s",
|
29 |
handlers=[logging.StreamHandler()],
|
30 |
)
|
|
|
24 |
|
25 |
# Configure logging
|
26 |
logging.basicConfig(
|
27 |
+
level=logging.DEBUG,
|
28 |
format="%(asctime)s [%(levelname)s] %(message)s",
|
29 |
handlers=[logging.StreamHandler()],
|
30 |
)
|