ixc / ixc-django-docker

Scripts and config files that make it easier to run Django projects consistently with and without Docker.
5 stars 1 forks source link

LOGENTRIES_TOKEN spam during init #9

Open markfinger opened 6 years ago

markfinger commented 6 years ago
It appears the LOGENTRIES_TOKEN parameter you entered is incorrect!

The above appears during boot (twice in dev envs), and seems to have no effect. Can we suppress it if DEBUG == True?

mrmachine commented 6 years ago

We should change logentries.py and base.py to omit any configuration at all if no token is available.