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

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