mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-09-12 21:57:19 -04:00
Add missing LOG_LEVEL variable to the env variables table.
This commit is contained in:
1 parent
40b75185c2
commit
12875993fa
1 file changed
+1
@@ -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`. |
|
||||
|
||||
Reference in new issue
Block a user