Skip to content

Commit

Permalink
add env logging example
Browse files Browse the repository at this point in the history
  • Loading branch information
jchartrand committed Oct 20, 2023
1 parent 4a28a70 commit 2d46bfd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2d46bfd

Please sign in to comment.