From 8c2c068da91d4f2988d16639761df925d82b2e9b Mon Sep 17 00:00:00 2001 From: Dustin Stiles Date: Sun, 23 Mar 2025 10:02:40 -0400 Subject: [PATCH] docs(hosting): document DSFX_LOG_LEVEL variable --- docs/hosting.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/hosting.md b/docs/hosting.md index 54fae98..1f3b335 100644 --- a/docs/hosting.md +++ b/docs/hosting.md @@ -50,6 +50,7 @@ DSFX uses the following environment variables to configure its behavior: | ---------------- | ----------------------------------------------------------- | ---------------- | | DSFX_HOST | The host on which the DSFX server will run | 0.0.0.0 | | DSFX_PORT | The port on which the DSFX server will listen | 8000 | +| DSFX_LOG_LEVEL | The log level to use. One of (error, warn, info, debug) | info | | DSFX_CONFIG_DIR | The directory where the DSFX configuration files are stored | /etc/dsfx/config | | DSFX_STORAGE_DIR | The directory where the DSFX storage files are stored | /etx/dsfx/data |