Commit 73329c6b03c7e3855999689f1c13a6b23e907620

Authored by Andrew Buss
1 parent 5a2899b9dd
Exists in master

switch back to django.request logging

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

flashy/settings.py View file @ 73329c6
... ... @@ -144,7 +144,7 @@
144 144 },
145 145 },
146 146 'loggers': {
147   - 'django': {
  147 + 'django.request': {
148 148 'handlers': ['file'],
149 149 'level': 'DEBUG',
150 150 'propagate': True,