Fix?
This commit is contained in:
parent
c95d1413ec
commit
c4ef20340b
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ LOGGING = {
|
||||||
'filters': ['Http404AsInfo'],
|
'filters': ['Http404AsInfo'],
|
||||||
},
|
},
|
||||||
'django.security.csrf': {
|
'django.security.csrf': {
|
||||||
'handlers': ['none'], # vyřeší propagace?
|
'handlers': [], # vyřeší propagace?
|
||||||
'level': 'DEBUG',
|
'level': 'DEBUG',
|
||||||
'filters': ['StripSensitiveFormData'],
|
'filters': ['StripSensitiveFormData'],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue