Update local_settings.py.container

This commit is contained in:
tcely 2025-01-31 08:41:43 -05:00 committed by GitHub
parent 65873a5963
commit 2c9e70f8cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ if database_connection_env:
if database_dict:
if not logging:
# check that logging was already imported a better way
from common.logger import log
log.info(f'Using database connection: {database_dict["ENGINE"]}://'
f'{database_dict["USER"]}:[hidden]@{database_dict["HOST"]}:'