refactor(services): correct misleading error log output
This commit is contained in:
parent
0a01b1c6c6
commit
350270fe6e
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user