Skip to content

Commit 66eeed4

Browse files
committed
feat: refactor dry run logging for ses send
1 parent d71ff45 commit 66eeed4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/providers/ses.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ func (p *SESProvider) SendDryRun(ctx context.Context, d *types.EmailData) error
6161
}
6262

6363
log.Debug(
64-
"[DRY-RUN] SES SendTemplateEmail:",
65-
"templateID", d.Providers.SES.TemplateID,
64+
"[DRY-RUN] SES Send:",
65+
"templateId", d.Providers.SES.TemplateID,
6666
"templateData", string(dataJSON),
6767
"srcAddress", d.SourceAddress,
6868
"dstAddress", d.DestinationAddress,

0 commit comments

Comments
 (0)