How can I truncate the bounced email log? I don’t need to keep these entries forever.
They don’t take up much space so they aren’t trimmed automatically (or so I think) . You could delete them from the rails console. You might see Administrative Bulk Operations for some hints.
1 Like
Thank you, but I could not see anything I could adapt on that page. And I know nothing about rails.
A pity, because I really don’t want to see all the old entries. It’s not disk space I am concerned about. It’s the visual noise. I want tio delete them so I can readily see if new bounces are occurring.
1 Like
I’ve just been cleaning my test site down, and came across this topic in my research. I cleaned out my email logs using the rails console (I am a novice though, so bear that in mind).
Would this be suitable for this case?
EmailLog.where(bounced=true).destroy_all