From 350270fe6e345564a12db1f59b8957893a4febda Mon Sep 17 00:00:00 2001 From: YuehuCao Date: Mon, 11 Aug 2025 15:40:29 +0800 Subject: [PATCH] refactor(services): correct misleading error log output --- apps/notification/backend/services/template_message_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,