Skip to content

Commit 1330848

Browse files
committed
caplog: use propogate: True for tests
See eisensheng/pytest-catchlog#44
1 parent 13decda commit 1330848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pootle/settings/25-logging.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ LOGGING = {
6868
'action': {
6969
'handlers': ['log_action', 'console'],
7070
'level': 'INFO',
71-
'propagate': False,
71+
'propagate': True,
7272
},
7373
'django.db.backends': {
7474
'handlers': ['console'],

0 commit comments

Comments
 (0)