From baf270fed2a38dc6974f65e9a572753eaadafd99 Mon Sep 17 00:00:00 2001
From: boc-the-git <3479092+boc-the-git@users.noreply.github.com>
Date: Tue, 16 Apr 2024 21:38:06 +1000
Subject: [PATCH] Adding LOG_LEVEL to the documentation
---
.../getting-started/installation/backend-config.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/docs/documentation/getting-started/installation/backend-config.md b/docs/docs/documentation/getting-started/installation/backend-config.md
index bcea9f41e0e7..f3543a6b08ef 100644
--- a/docs/docs/documentation/getting-started/installation/backend-config.md
+++ b/docs/docs/documentation/getting-started/installation/backend-config.md
@@ -14,9 +14,10 @@
| API_PORT | 9000 | The port exposed by backend API. **Do not change this if you're running in Docker** |
| API_DOCS | True | Turns on/off access to the API documentation locally. |
| TZ | UTC | Must be set to get correct date/time on the server |
+| LOG_LEVEL | INFO | Level of logging information output. Common alternative would be DEBUG |
| ALLOW_SIGNUP\* | false | Allow user sign-up without token |
-\* Starting in v1.4.0 this was changed to default to `false` as apart of a security review of the application.
+\* Starting in v1.4.0 this was changed to default to `false` as part of a security review of the application.
### Security