In my Rails project I send email with ActionMailer and add attachment (pdf file). And when this email creating, in server log I see a loooooong (realy long - I can't scroll up to start) string - base64 encoded attachment.
Question: Can I turn off logging base64 encoded mails in my app?