mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2026-04-06 09:40:43 +00:00
add notes about logging levels to README (#66)
This commit is contained in:
committed by
GitHub
parent
50d028f45e
commit
895bb433e0
@ -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,
|
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>`.
|
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
|
## Installation
|
||||||
|
|
||||||
### As container
|
### As container
|
||||||
|
|||||||
Reference in New Issue
Block a user