From 8da08cdd60ef5d84b4d064e9b0d21363be3a7b8c Mon Sep 17 00:00:00 2001 From: besque <165062324+besque@users.noreply.github.com> Date: Thu, 17 Oct 2024 00:38:29 +0530 Subject: [PATCH] docs: removed TRACE log level from backend-config.md (#4381) --- .../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 938c30a6f..d2e2ef6ac 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 (e.g. critical, error, warning, info, debug, trace) | +| LOG_LEVEL | info | Logging level (e.g. critical, error, warning, info, debug) | | DAILY_SCHEDULE_TIME | 23:45 | The time of day to run daily server tasks, in HH:MM format. Use the server's local time, *not* UTC | \* Starting in v1.4.0 this was changed to default to `false` as part of a security review of the application.