Spaces:
Paused
Paused
Commit
·
9c1b990
1
Parent(s):
7c3b7e5
Fixing download logging issue. v2
Browse files- main/config.yaml +1 -1
main/config.yaml
CHANGED
@@ -19,7 +19,7 @@ folders:
|
|
19 |
logs: "main/logs"
|
20 |
|
21 |
logging:
|
22 |
-
level: "
|
23 |
format: "%(asctime)s - %(name)s - %(levelname)s - %(message)s"
|
24 |
file: "llm_api.log"
|
25 |
|
|
|
19 |
logs: "main/logs"
|
20 |
|
21 |
logging:
|
22 |
+
level: "DEBUG" # DEBUG, INFO, WARNING, ERROR, CRITICAL
|
23 |
format: "%(asctime)s - %(name)s - %(levelname)s - %(message)s"
|
24 |
file: "llm_api.log"
|
25 |
|