mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-08-09 11:16:03 +02:00
fix(logger config):
This commit is contained in:
@@ -49,6 +49,16 @@ LOGGING_CONFIG = {
|
|||||||
"handlers": ["rich"],
|
"handlers": ["rich"],
|
||||||
"propagate": True,
|
"propagate": True,
|
||||||
},
|
},
|
||||||
|
"httpx": { # Disable httpx logging
|
||||||
|
"level": "WARNING", # Suppress DEBUG and INFO messages from httpx
|
||||||
|
"handlers": [],
|
||||||
|
"propagate": False,
|
||||||
|
},
|
||||||
|
"uvicorn.access": { # Disable uvicorn.access logging
|
||||||
|
"level": "WARNING", # Suppress DEBUG and INFO messages from uvicorn.access
|
||||||
|
"handlers": [],
|
||||||
|
"propagate": False,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user