Skip to content

Commit ee4b1b2

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
docs: add info log level to readme (#14)
1 parent 7f9b088 commit ee4b1b2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -193,12 +193,14 @@ Note that requests that time out are [retried twice by default](#retries).
193193

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

196-
You can enable logging by setting the environment variable `PRELUDE_LOG` to `debug`.
196+
You can enable logging by setting the environment variable `PRELUDE_LOG` to `info`.
197197

198198
```shell
199-
$ export PRELUDE_LOG=debug
199+
$ export PRELUDE_LOG=info
200200
```
201201

202+
Or to `debug` for more verbose logging.
203+
202204
### How to tell whether `None` means `null` or missing
203205

204206
In an API response, a field may be explicitly `null`, or missing entirely; in either case, its value is `None` in this library. You can differentiate the two cases with `.model_fields_set`:

0 commit comments

Comments
 (0)