llama-stack-mirror/llama_stack/distribution/server
Charlie Doern 2dc458c4f6 fix: respect log_level in uvicorn and third party libs
uvicorn has a `log_level` arg in uvicorn.run, pass in the effective level set by the logger.

Additionally, third party libraries like httpx are using our logging format, but not honoring our log level.

This seems unintended, so loop through all items in the loggerDict and apply the same log level as what we have set.

Signed-off-by: Charlie Doern <cdoern@redhat.com>
2025-03-12 13:48:06 -04:00
..
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
endpoints.py build: format codebase imports using ruff linter (#1028) 2025-02-13 10:06:21 -08:00
server.py fix: respect log_level in uvicorn and third party libs 2025-03-12 13:48:06 -04:00