Skip to content

Commit a7c7c72

Browse files
authored
docs: fix logging environment variable separator in example (#4254)
Correct the separator to comma in LLAMA_STACK_LOGGING example.
1 parent d1a7bc3 commit a7c7c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/distributions/starting_llama_stack_server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If you have built a container image and want to deploy it in a Kubernetes cluste
2727

2828
Control log output via environment variables before starting the server.
2929

30-
- `LLAMA_STACK_LOGGING` sets per-component levels, e.g. `LLAMA_STACK_LOGGING=server=debug;core=info`.
30+
- `LLAMA_STACK_LOGGING` sets per-component levels, e.g. `LLAMA_STACK_LOGGING=server=debug,core=info`.
3131
- Supported categories: `all`, `core`, `server`, `router`, `inference`, `agents`, `safety`, `eval`, `tools`, `client`.
3232
- Levels: `debug`, `info`, `warning`, `error`, `critical` (default is `info`). Use `all=<level>` to apply globally.
3333
- `LLAMA_STACK_LOG_FILE=/path/to/log` mirrors logs to a file while still printing to stdout.

0 commit comments

Comments
 (0)