From 2c9e70f8cd3e3e12887f16c2edb879d3c78844a4 Mon Sep 17 00:00:00 2001 From: tcely Date: Fri, 31 Jan 2025 08:41:43 -0500 Subject: [PATCH] Update local_settings.py.container --- tubesync/tubesync/local_settings.py.container | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tubesync/tubesync/local_settings.py.container b/tubesync/tubesync/local_settings.py.container index 52a51804..fe5e11a7 100644 --- a/tubesync/tubesync/local_settings.py.container +++ b/tubesync/tubesync/local_settings.py.container @@ -31,8 +31,8 @@ if database_connection_env: if database_dict: - if not logging: - from common.logger import log + # 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"]}:' f'{database_dict["PORT"]}/{database_dict["NAME"]}')