From e3d503c746ebf63d8d65d29037ec9bb1a39fc43c Mon Sep 17 00:00:00 2001 From: Evan Hahn Date: Fri, 6 Mar 2026 08:13:13 -0600 Subject: [PATCH] Mention `LOG_LEVEL` environment variable in debug docs This updates the debug docs to mention the `LOG_LEVEL` environment variable. --- doc/DEBUG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/DEBUG.md b/doc/DEBUG.md index 1aeaf2a..befd49d 100644 --- a/doc/DEBUG.md +++ b/doc/DEBUG.md @@ -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