llama-stack-mirror/llama_stack/cli/stack
Sébastien Han 929c5f0842
refactor(server): replace print statements with logger (#1250)
# What does this PR do?

- Introduced logging in `StackRun` to replace print-based messages
- Improved error handling for config file loading and parsing
- Replaced `cprint` with `logger.error` for consistent error messaging
- Ensured logging is used in `server.py` for startup, shutdown, and
runtime messages
- Added missing exception handling for invalid providers

Signed-off-by: Sébastien Han <seb@redhat.com>

Signed-off-by: Sébastien Han <seb@redhat.com>
2025-02-25 21:31:37 -08:00
..
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
_build.py fix: avoid failure when no special pip deps and better exit (#1228) 2025-02-24 13:18:52 -05:00
build.py feat: add --run to llama stack build (#1156) 2025-02-23 22:06:09 -05:00
list_apis.py API Updates (#73) 2024-09-17 19:51:35 -07:00
list_providers.py feat: support listing all for llama stack list-providers (#1056) 2025-02-12 22:03:28 -08:00
run.py refactor(server): replace print statements with logger (#1250) 2025-02-25 21:31:37 -08:00
stack.py chore: remove configure subcommand (#1202) 2025-02-21 08:06:25 -08:00