Skip to content

Commit aebe445

Browse files
committed
docs: add info log level to readme
1 parent ee87f96 commit aebe445

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

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

173-
You can enable logging by setting the environment variable `GITPOD_LOG` to `debug`.
173+
You can enable logging by setting the environment variable `GITPOD_LOG` to `info`.
174174

175175
```shell
176-
$ export GITPOD_LOG=debug
176+
$ export GITPOD_LOG=info
177177
```
178178

179+
Or to `debug` for more verbose logging.
180+
179181
### How to tell whether `None` means `null` or missing
180182

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