diff --git a/backend/condition/persistence/condition_postgres.py b/backend/condition/persistence/condition_postgres.py index 9b9ce2e0..bb6ada44 100644 --- a/backend/condition/persistence/condition_postgres.py +++ b/backend/condition/persistence/condition_postgres.py @@ -31,7 +31,7 @@ class ConditionPostgres: ) with db_session() as session: - logger.info("Successfully made connection to database:", session) + logger.info("[ConditionPostgres] Successfully made connection to database") # for start in range(0, total, batch_size): # end = min(start + batch_size, total) # batch = survey_models[start:end]