add notes about logging levels to README (#66)

This commit is contained in:
Dustin J. Mitchell 2024-11-24 21:09:04 -05:00 committed by GitHub
parent 50d028f45e
commit 895bb433e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,6 +32,10 @@ proxy such as Nginx, haproxy, or Apache httpd.
By default, the server allows all client IDs. To limit the accepted client IDs,
such as when running a personal server, use `--allow-client-id <client-id>`.
The server only logs errors by default. To add additional logging output, set
environment variable `RUST_LOG` to `info` to get a log message for every
request, or to `debug` to get more verbose debugging output.
## Installation
### As container