Update README.md to document logging config.
This commit is contained in:
parent
e06937dab3
commit
3b3b858f4e
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -93,6 +93,18 @@ The service can run in Unix socket mode (default) or TCP mode:
|
||||||
|
|
||||||
If no IP:PORT is given, it defaults to `127.0.0.1:12999`.
|
If no IP:PORT is given, it defaults to `127.0.0.1:12999`.
|
||||||
|
|
||||||
|
#### Troubleshooting
|
||||||
|
|
||||||
|
The log level can be configured using the `RUST_LOG` environment variable. Valid values are:
|
||||||
|
|
||||||
|
- error
|
||||||
|
- warn
|
||||||
|
- info
|
||||||
|
- debug
|
||||||
|
- trace
|
||||||
|
|
||||||
|
The `info` log level is the default setting. Changing this to `debug` will provide detailed logs on each request for additional troubleshooting.
|
||||||
|
|
||||||
|
|
||||||
## Protocol Format
|
## Protocol Format
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue