Skip to content

Commit 4576720

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
docs: add info log level to readme (#438)
1 parent e03dc3b commit 4576720

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
@@ -290,12 +290,14 @@ Note that requests that time out are [retried twice by default](#retries).
290290

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

293-
You can enable logging by setting the environment variable `ORB_LOG` to `debug`.
293+
You can enable logging by setting the environment variable `ORB_LOG` to `info`.
294294

295295
```shell
296-
$ export ORB_LOG=debug
296+
$ export ORB_LOG=info
297297
```
298298

299+
Or to `debug` for more verbose logging.
300+
299301
### How to tell whether `None` means `null` or missing
300302

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