4👍
✅
Problem was I have logging defined, which overridden the default logging config
Simply adding this to my logging config will show the error in console.
'django.request': {
'handlers': ['console'],
'level': 'ERROR',
'propagate': True,
},
Source:stackexchange.com