llama-stack-mirror/src/llama_stack/core
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
..
access_control chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
conversations refactor(storage): make { kvstore, sqlstore } as llama stack "internal" APIs (#4181) 2025-11-18 13:15:16 -08:00
prompts refactor(storage): make { kvstore, sqlstore } as llama stack "internal" APIs (#4181) 2025-11-18 13:15:16 -08:00
routers feat!: Architect Llama Stack Telemetry Around Automatic Open Telemetry Instrumentation (#4127) 2025-12-01 10:33:18 -08:00
routing_tables fix: MCP authorization parameter implementation (#4052) 2025-11-14 08:54:42 -08:00
server fix: call setup_logging early to apply category-specific log levels (#4253) 2025-12-02 13:29:04 -08:00
storage fix(files): Enforce DELETE action permission for file deletion (#4275) 2025-12-02 09:56:59 -08:00
store refactor(storage): make { kvstore, sqlstore } as llama stack "internal" APIs (#4181) 2025-11-18 13:15:16 -08:00
utils feat!: Architect Llama Stack Telemetry Around Automatic Open Telemetry Instrumentation (#4127) 2025-12-01 10:33:18 -08:00
__init__.py chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
build.py fix: rename llama_stack_api dir (#4155) 2025-11-13 15:04:36 -08:00
client.py fix: rename llama_stack_api dir (#4155) 2025-11-13 15:04:36 -08:00
common.sh chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
configure.py fix: rename llama_stack_api dir (#4155) 2025-11-13 15:04:36 -08:00
datatypes.py feat!: Architect Llama Stack Telemetry Around Automatic Open Telemetry Instrumentation (#4127) 2025-12-01 10:33:18 -08:00
distribution.py fix: rename llama_stack_api dir (#4155) 2025-11-13 15:04:36 -08:00
external.py fix: rename llama_stack_api dir (#4155) 2025-11-13 15:04:36 -08:00
id_generation.py chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
inspect.py fix: rename llama_stack_api dir (#4155) 2025-11-13 15:04:36 -08:00
library_client.py feat!: Architect Llama Stack Telemetry Around Automatic Open Telemetry Instrumentation (#4127) 2025-12-01 10:33:18 -08:00
providers.py fix: rename llama_stack_api dir (#4155) 2025-11-13 15:04:36 -08:00
request_headers.py chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
resolver.py fix: Add policies to adapters (#4277) 2025-12-02 14:08:03 -05:00
stack.py refactor(storage): make { kvstore, sqlstore } as llama stack "internal" APIs (#4181) 2025-11-18 13:15:16 -08:00
start_stack.sh chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00
testing_context.py chore(package): migrate to src/ layout (#3920) 2025-10-27 12:02:21 -07:00