Use debug-tools for email in development

See #86
This commit is contained in:
Klaas van Schelven
2025-11-12 16:27:14 +01:00
parent a93f369ad7
commit 2fe2b4fb9d

View File

@@ -151,6 +151,10 @@ LOGGING["handlers"]["snappea"]["level"] = "DEBUG"
LOGGING["loggers"]["snappea"]["level"] = "DEBUG"
LOGGING["formatters"]["snappea"]["format"] = "{asctime} - {threadName} - {levelname:7} - {message}"
# email logger: we mirror the advised logger from #86 here to debug that setting itself as well as get insight in email
# sending during development
LOGGING['loggers']['bugsink.email']['level'] = "INFO"
ALLOWED_HOSTS = deduce_allowed_hosts(BUGSINK["BASE_URL"])
# django-tailwind setting; the below allows for environment-variable overriding of the npm binary path.