Merge pull request #807 from EvanHahn/debug-log-level-env-variable-docs

Mention `LOG_LEVEL` environment variable in debug docs
This commit is contained in:
Bernhard B. 2026-03-06 17:38:45 +01:00 committed by GitHub
commit 884582a71e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,8 @@ This can be done by putting the docker container into debug mode with the follow
```curl -X POST -H "Content-Type: application/json" -d '{"logging": {"level": "debug"}}' 'http://127.0.0.1:8080/v1/configuration'```
Alternatively, you can set the `LOG_LEVEL` environment variable.
Once the docker container is in debug mode, execute the REST API command you want to debug.
e.g Let's assume we are experiencing some problems with sending messages. So, let's send a Signal message with