From 2d1d3d927bfde318d06c7f15cf13bdb3242e98b8 Mon Sep 17 00:00:00 2001 From: Sarun Nuntaviriyakul <48861591+guyzsarun@users.noreply.github.com> Date: Sat, 13 Dec 2025 01:33:12 +0700 Subject: [PATCH] Update log level options in configuration documentation (#1127) --- docs/en/configure/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/configure/index.md b/docs/en/configure/index.md index 4e34e0bf..aefd460d 100644 --- a/docs/en/configure/index.md +++ b/docs/en/configure/index.md @@ -22,7 +22,7 @@ aside: false | HBOX_WEB_IDLE_TIMEOUT | 30s | Idle timeout of HTTP server | | HBOX_STORAGE_CONN_STRING | file:///./ | path to the data directory, do not change this if you're using docker | | HBOX_STORAGE_PREFIX_PATH | .data | prefix path for the storage, if not set the storage will be used as is | -| HBOX_LOG_LEVEL | `info` | log level to use, can be one of `trace`, `debug`, `info`, `warn`, `error`, `critical` | +| HBOX_LOG_LEVEL | `info` | log level to use, can be one of `trace`, `debug`, `info`, `warn`, `error`, `fatal`, `panic` | | HBOX_LOG_FORMAT | `text` | log format to use, can be one of: `text`, `json` | | HBOX_MAILER_HOST | | email host to use, if not set no email provider will be used | | HBOX_MAILER_PORT | 587 | email port to use |