DJANGO_LOG_LEVEL can be passed through env to override default value of DEBUG

This commit is contained in:
David Kennedy 2024-01-30 16:17:27 -05:00
parent 057770c584
commit 4767c032f6
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -25,6 +25,8 @@ services:
- DJANGO_SECRET_KEY=really-long-random-string-BNPecI7+s8jMahQcGHZ3XQ5yUfRrSibdapVLIz0UemdktVPofDKcoy
# Run Django in debug mode on local
- DJANGO_DEBUG=True
# Set DJANGO_LOG_LEVEL in env
- DJANGO_LOG_LEVEL
# Run Django without production flags
- IS_PRODUCTION=False
# Tell Django where it is being hosted