llama-stack-mirror/src
Derek Higgins fbf6c30cdc
fix: call setup_logging early to apply category-specific log levels (#4253)
Category-specific log levels from LLAMA_STACK_LOGGING were not applied
to
loggers created before setup_logging() was called. This fix moves the
setup_logging() call earlier in the initialization sequence to ensure
all
loggers respect their configured levels regardless of initialization
timing.
    
    Closes: #4252

Signed-off-by: Derek Higgins <derekh@redhat.com>
2025-12-02 13:29:04 -08:00
..
llama_stack fix: call setup_logging early to apply category-specific log levels (#4253) 2025-12-02 13:29:04 -08:00
llama_stack_api feat(api)!: deprecate toolgroup and tool_runtime apis (#4249) 2025-12-01 11:43:58 -08:00
llama_stack_ui feat: allow returning embeddings and metadata from /vector_stores/ methods; disallow changing Provider ID (#4046) 2025-11-12 09:59:48 -08:00