add log format to sandbox template

This commit is contained in:
matthewswspence 2025-02-03 15:04:13 -06:00
parent a9f2081167
commit 095f1abbf8
No known key found for this signature in database
GPG key ID: FB458202A7852BA4

View file

@ -21,6 +21,8 @@ applications:
DJANGO_BASE_URL: https://getgov-ENVIRONMENT.app.cloud.gov
# Tell Django how much stuff to log
DJANGO_LOG_LEVEL: INFO
# tell django what log format to use: console or json. See settings.py for more details.
DJANGO_LOG_FORMAT: console
# default public site location
GETGOV_PUBLIC_SITE_URL: https://get.gov
# Flag to disable/enable features in prod environments