diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-12-22 20:35:16 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-12-22 20:35:16 +0000 |
| commit | 951984fb55d552d9c816a30069e2321f3602d305 (patch) | |
| tree | 3763441916dffff9ca96dd0286c72104ba2954c0 /.env.defaults | |
| parent | 4ddf6fc9ed90a704869da683561e5032b6c48d79 (diff) | |
Add circular dependency detection and logging library
Diffstat (limited to '.env.defaults')
| -rw-r--r-- | .env.defaults | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.env.defaults b/.env.defaults index 3f2229f..1c11ae4 100644 --- a/.env.defaults +++ b/.env.defaults @@ -3,3 +3,4 @@ PAGES_DIR=pages REBUILD_COOLDOWN_MIN=10 PURGE_COOLDOWN_MIN=10 PARSER_MAX_RECURSION=20 +LOGGING_LEVEL=info |
