Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,10 @@ Note that requests that time out are [retried twice by default](#retries).

We use the standard library [`logging`](https://docs.python.org/3/library/logging.html) module.

You can enable logging by setting the environment variable `LLAMA_STACK_CLIENT_LOG` to `debug`.
You can enable logging by setting the environment variable `LLAMA_STACK_LOG` to `debug`.

```shell
$ export LLAMA_STACK_CLIENT_LOG=debug
$ export LLAMA_STACK_LOG=debug
```

### How to tell whether `None` means `null` or missing
Expand Down