From d9cb0edebe152011ea97e54b9218ccf9c5a589c1 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Fri, 28 Mar 2025 14:02:49 -0700 Subject: [PATCH] docs: update env variables --- docs/docs/config/env.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/docs/config/env.md b/docs/docs/config/env.md index 891faee0..ab06afd7 100644 --- a/docs/docs/config/env.md +++ b/docs/docs/config/env.md @@ -7,7 +7,7 @@ tags: # Environment Variables Environment variables allow you to modify how TVApp2 functions within a docker container. Ensure that -you understand the setting you are changing before you apply the change, otherwise, TVApp2 may fail to +you understand the setting you are changing before you modify these values, otherwise, TVApp2 may fail to start due to misconfigurations.
@@ -415,9 +415,7 @@ when being output to your console. - LOG_LEVEL=4 # (1) ``` - 1. :information: Changing this file only changes the filename locally for - generation and downloading. It does not affect the server-side fetching - mechanism. + 1. :information: The default log level is `4` (info). === "Logging Options"