refactor(services): correct misleading error log output

This commit is contained in:
YuehuCao 2025-08-11 15:40:29 +08:00
parent 0a01b1c6c6
commit 350270fe6e

View File

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