Fix bad log

This commit is contained in:
Daniel Roth 2026-02-10 09:43:18 +00:00
parent d0847681c1
commit d4b444f49b

View file

@ -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]