Skip to content

Commit

Permalink
Merge pull request #87 from evaline-ju/debug
Browse files Browse the repository at this point in the history
📝 Document logging
  • Loading branch information
gkumbhat authored Jun 19, 2024
2 parents e22d74d + e322046 commit 19f7f59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,4 @@ Server configuration args can also be provided through environment variables.

- For TLS, provide `TLS_KEY_PATH` and `TLS_CERT_PATH` for paths to the server key and cert respectively.
- For mTLS, additionally provide `TLS_CLIENT_CA_CERT_PATH` for the path to the client CA (certificate authority).
- To configure log levels, adjust `RUST_LOG` to `debug`, `info`, `warn`, `error`, etc.

0 comments on commit 19f7f59

Please sign in to comment.