diff --git a/procat2/settings.py b/procat2/settings.py index 67a10a5..6ec312d 100644 --- a/procat2/settings.py +++ b/procat2/settings.py @@ -48,6 +48,12 @@ LOGGING = { #'level': os.getenv('DJANGO_LOG_LEVEL', 'INFO'), 'propagate': True, }, + 'catalogedit': { + 'handlers': ['console', 'file'], + 'level': 'DEBUG', + #'level': os.getenv('DJANGO_LOG_LEVEL', 'INFO'), + 'propagate': True, + }, 'lazysignup': { 'handlers': ['console', 'file'], 'level': 'DEBUG',