anymail / django-anymail

Django email backends and webhooks for Amazon SES, Brevo (Sendinblue), MailerSend, Mailgun, Mailjet, Postmark, Postal, Resend, SendGrid, SparkPost, Unisender Go and more

Home Page:https://anymail.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a way to avoid escaping the recipient email in the exception's messages?

aemitos opened this issue · comments

This is a question not an error report.
We want to de-identify information about the recipient on logged errors.
We are using celery with retries. After 10 retries (configured) it raises AnymailRequestsAPIError and in the log message it escapes the recipient email address.
Is there a way to avoid having the email added to the log message?

Thanks in advance!!
Awesome package!!

Andre