Skip to content

Commit bbb751d

Browse files
docs: add info log level to readme (#44)
1 parent 69c07c2 commit bbb751d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,12 +199,14 @@ Note that requests that time out are [retried twice by default](#retries).
199199

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

202-
You can enable logging by setting the environment variable `ARCADE_LOG` to `debug`.
202+
You can enable logging by setting the environment variable `ARCADE_LOG` to `info`.
203203

204204
```shell
205-
$ export ARCADE_LOG=debug
205+
$ export ARCADE_LOG=info
206206
```
207207

208+
Or to `debug` for more verbose logging.
209+
208210
### How to tell whether `None` means `null` or missing
209211

210212
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)