From 166582acf448b3d886a943dcee971925828d0ed4 Mon Sep 17 00:00:00 2001
From: Dennis Gaida <2392217+DennisGaida@users.noreply.github.com>
Date: Sat, 1 Jun 2024 23:11:40 +0200
Subject: [PATCH] [docs] add possible log levels (#3638)
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
---
.../getting-started/installation/backend-config.md | 2 +-
1 file changed, 1 insertion(+), 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 4c03d3a333e9..c9a80e49922c 100644
--- a/docs/docs/documentation/getting-started/installation/backend-config.md
+++ b/docs/docs/documentation/getting-started/installation/backend-config.md
@@ -16,7 +16,7 @@
| TZ | UTC | Must be set to get correct date/time on the server |
| ALLOW_SIGNUP\* | false | Allow user sign-up without token |
| LOG_CONFIG_OVERRIDE | | Override the config for logging with a custom path |
-| LOG_LEVEL | info | Logging level configured |
+| LOG_LEVEL | info | Logging level (e.g. critical, error, warning, info, debug, trace) |
| DAILY_SCHEDULE_TIME | 23:45 | The time of day to run the daily tasks. |
\* Starting in v1.4.0 this was changed to default to `false` as apart of a security review of the application.