Change logging propagation
This commit is contained in:
parent
0a32eec8d6
commit
fbfb897839
@ -226,7 +226,7 @@ LOGGING = {
|
|||||||
'django.file': {
|
'django.file': {
|
||||||
'handlers': ['file'],
|
'handlers': ['file'],
|
||||||
'level': 'INFO',
|
'level': 'INFO',
|
||||||
'propagate': True,
|
'propagate': False,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user