diff --git a/ccvpn/settings.py b/ccvpn/settings.py index e3b3bf0..a94f7df 100644 --- a/ccvpn/settings.py +++ b/ccvpn/settings.py @@ -120,7 +120,7 @@ DATABASES = { LOGGING = { 'version': 1, - 'disable_existing_loggers': True, + 'disable_existing_loggers': False, 'handlers': { 'console': { 'class': 'logging.StreamHandler',