From ff045d97d20f28b62fac9fb258f2dbb4303837ef Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Mon, 2 Mar 2026 14:54:33 +0000 Subject: [PATCH] Correct syntax in log statements --- backend/app/plan/router.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/app/plan/router.py b/backend/app/plan/router.py index 2b534679..cc9fb579 100644 --- a/backend/app/plan/router.py +++ b/backend/app/plan/router.py @@ -58,9 +58,9 @@ async def trigger_categorisation( num_property_batches: int = math.ceil(len(property_ids) / properties_per_batch) - logger.info("total_plans_to_update", total_plans_to_update) - logger.info("properties_per_batch", properties_per_batch) - logger.info("num_property_buckets", num_property_batches) + logger.info("total_plans_to_update: %s", total_plans_to_update) + logger.info("properties_per_batch: %s", properties_per_batch) + logger.info("num_property_batchess: %s", num_property_batches) # Create task task_id, _ = TasksInterface.create_task(