Spaces:
Running
Running
kadabengaran
commited on
Commit
•
1d2b3e5
1
Parent(s):
3d4dc6d
Update log_conf.yaml
Browse files- log_conf.yaml +4 -0
log_conf.yaml
CHANGED
@@ -18,6 +18,10 @@ loggers:
|
|
18 |
uvicorn.access:
|
19 |
handlers: [console]
|
20 |
level: INFO
|
|
|
|
|
|
|
|
|
21 |
root:
|
22 |
handlers: [console]
|
23 |
level: INFO
|
|
|
18 |
uvicorn.access:
|
19 |
handlers: [console]
|
20 |
level: INFO
|
21 |
+
fastapi:
|
22 |
+
level: DEBUG
|
23 |
+
handlers: [console]
|
24 |
+
propagate: False
|
25 |
root:
|
26 |
handlers: [console]
|
27 |
level: INFO
|