Zobrazovat chyby od werkzeugu, abychom vedeli PIN
This commit is contained in:
parent
91714c7565
commit
a8438a588c
1 changed files with 5 additions and 0 deletions
|
@ -72,6 +72,11 @@ LOGGING = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'loggers': {
|
'loggers': {
|
||||||
|
'werkzeug': {
|
||||||
|
'handlers': ['console'],
|
||||||
|
'level': 'DEBUG',
|
||||||
|
'propagate': True,
|
||||||
|
},
|
||||||
'': {
|
'': {
|
||||||
'handlers': ['console'],
|
'handlers': ['console'],
|
||||||
'level': 'DEBUG',
|
'level': 'DEBUG',
|
||||||
|
|
Loading…
Reference in a new issue