Skip to content

Commit 95f5b0f

Browse files
committed
Disable propagation of essarch.auth logger
1 parent 1b69db5 commit 95f5b0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ESSArch_TA/config/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
'essarch.auth': {
238238
'level': 'DEBUG',
239239
'handlers': ['log_file_auth'],
240-
'propagate': True,
240+
'propagate': False,
241241
},
242242
},
243243
}

0 commit comments

Comments
 (0)