Project for the UPV to develop an app like BlaBlaCar but only for UPV people.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

logger to original

+1 -1
+1 -1
upvcarshare/config/settings/base.py
··· 334 334 }, 335 335 # Email admins when 500 error occurs 336 336 'django.request': { 337 - 'handlers': ['mail_admins', 'console_prod'], 337 + 'handlers': ['mail_admins'], 338 338 'level': 'ERROR', 339 339 'propagate': False, 340 340 },