mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2025-06-26 10:54:29 +02:00
add notes about logging levels to README (#66)
This commit is contained in:
parent
50d028f45e
commit
895bb433e0
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue