mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-05-20 13:44:17 +00:00
Mention LOG_LEVEL environment variable in debug docs
This updates the debug docs to mention the `LOG_LEVEL` environment variable.
This commit is contained in:
parent
af34a0881c
commit
e3d503c746
@ -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'```
|
```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.
|
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
|
e.g Let's assume we are experiencing some problems with sending messages. So, let's send a Signal message with
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user