Takhle je to správně, i když to nefunguje
This commit is contained in:
parent
c0121a8b4d
commit
c0e54c74c9
1 changed files with 6 additions and 0 deletions
|
@ -255,6 +255,12 @@ LOGGING = {
|
|||
'django': {
|
||||
'handlers': ['console'],
|
||||
'level': 'DEBUG',
|
||||
'filters': ['StripSensitiveFormData'],
|
||||
},
|
||||
'django.security.csrf': {
|
||||
'handlers': ['console'],
|
||||
'level': 'DEBUG',
|
||||
'filters': ['StripSensitiveFormData'],
|
||||
},
|
||||
'django.request': {
|
||||
'handlers': ['console'],
|
||||
|
|
Loading…
Reference in a new issue