From 2d46bfde04bf5c4ea111c47945181df786863ccc Mon Sep 17 00:00:00 2001 From: James Chartrand Date: Fri, 20 Oct 2023 19:03:09 -0400 Subject: [PATCH] add env logging example --- .env.example | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.env.example b/.env.example index 055adc8..f8e6cab 100644 --- a/.env.example +++ b/.env.example @@ -14,3 +14,9 @@ ENABLE_HTTPS_FOR_DEV=false # ONLY for dev when need https; default is false TENANT_SEED_TESTING=z1AoLPRWHSKasPH1unbY1A6ZFF2Pdzzp7D2CkpK6YYYdKTN TENANT_SEED_RANDOMTESTING=generate TENANT_SEED_DEFAULT=generate + +# see the README for an explanation of logging +LOG_ALL_FILE=logs/all.log +ERROR_LOG_FILE=logs/error.log +CONSOLE_LOG_LEVEL=silly # default is silly, i.e. log everything - see the README for allowed levels +LOG_LEVEL=silly # default is silly \ No newline at end of file