does anyone know how to prevent email texts to be written in the logs?
date, from, to, cc, bcc, subject, etc should stay in the log, only the
body to be excluded.
thanks
Luma
Processing LoginController#register (for 127.0.0.1 at 2008-04-04
23:30:25) [POST]
...
does anyone know how to prevent email texts to be written in the logs?
date, from, to, cc, bcc, subject, etc should stay in the log, only the
body to be excluded.
well, the logs also shouldn't contain email-attachments (which need
most space).
perhaps it will be easier to ban emails completely from the log files.
How can I do that?
does anyone know how to prevent email texts to be written in the logs?
date, from, to, cc, bcc, subject, etc should stay in the log, only the
body to be excluded.
well, the logs also shouldn't contain email-attachments (which need
most space).
perhaps it will be easier to ban emails completely from the log files.
How can I do that?
It's not super nice but we've got this in our production.rb:
config.action_mailer.logger = nil