From 12875993fa8a105a5bf4725d67be075e25dbba29 Mon Sep 17 00:00:00 2001 From: Marc Urben <264994+oxivanisher@users.noreply.github.com> Date: Sun, 2 Aug 2026 02:35:56 +0200 Subject: [PATCH] Add missing LOG_LEVEL variable to the env variables table. --- docs/installation/docker.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/installation/docker.md b/docs/installation/docker.md index e17e211c..d9ab39c5 100644 --- a/docs/installation/docker.md +++ b/docs/installation/docker.md @@ -94,6 +94,7 @@ From there you can run `LibationCli import-account ...`, `LibationCli login-exte | Env Var | Default | Description | | -------------------------- | ------- | --------------------------------------------------------------------------------------------------------------------- | | SLEEP_TIME | -1 | Length of time to sleep before doing another scan/download. Set to -1 to run one. | +| LOG_LEVEL | | Set to `debug` to enable debug-level log messages from the entrypoint script. | | LIBATION_BOOKS_DIR | /data | Folder where books will be saved | | LIBATION_CONFIG_DIR | /config | Folder to read configuration from. | | LIBATION_DB_DIR | /db | Optional folder to load database from. If not mounted, will load database from `LIBATION_CONFIG_DIR`. |