Skip to content
Snippets Groups Projects
Commit 76329478 authored by Neda Moeini's avatar Neda Moeini
Browse files

Reduct password from log.

parent 92d1f727
No related branches found
No related tags found
1 merge request!12Add redis auth credentials to celery backend config.
......@@ -48,7 +48,8 @@ broker_url = result_backend = (
f'{_broker_hostname}:{_broker_port}/{_broker_db_index}'
)
logger.debug('broker_url: %r' % broker_url)
logger.debug('broker_url: %r' % broker_url.replace(_broker_password, '***')
if _broker_password else broker_url)
task_eager_propagates = True
task_track_started = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment