diff --git a/apps/notification/backend/services/template_message_service.py b/apps/notification/backend/services/template_message_service.py index 187f973..b3b5053 100644 --- a/apps/notification/backend/services/template_message_service.py +++ b/apps/notification/backend/services/template_message_service.py @@ -349,7 +349,7 @@ class TemplateMessageService: template = await self.template_message_handler.find_tenant_template(tenant_id, template_id, region) if template: await self.module_logger.log_info( - "Tenant template found for email", + "Tenant template found", properties={ "tenant_id": tenant_id, "template_id": template_id,