feat: add debug and keyring config options
All checks were successful
Docker CI/CD / Docker Build and Push to Docker Hub (push) Successful in 8m6s

Added `LogLevel` and `UseKeyring` configuration options to the example configuration file to provide users with more control over logging verbosity and the decision to utilize a system keyring for credentials storage. The LogLevel option allows for easier debugging by adjusting the verbosity of logs, whereas the UseKeyring option offers flexibility in credential management, catering to environments where a system keyring may not be preferred or available.

These changes enhance the tool's usability and adaptability to various user environments and debugging needs.
This commit is contained in:
Kumi 2024-05-17 10:38:23 +02:00
parent 15a93d8231
commit 5bbcd3cfda
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -3,3 +3,5 @@ Homeserver = https://example.com
ListenAddress = localhost
ListenPort = 8010
IgnoreVerification = True
LogLevel = debug
UseKeyring = no