docs(hosting): document DSFX_LOG_LEVEL variable

This commit is contained in:
Dustin Stiles 2025-03-23 10:02:40 -04:00
parent fc046f8ee7
commit 8c2c068da9
Signed by: duwstiles
GPG Key ID: BCD9912EC231FC87

View File

@ -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 |