Is there a gem that would handle log rotation for Rails 4 and upload old logs to S3 ?
I'm googling for this for few hours and it sounds like something done by someone before (in gem form).
Thank you
Is there a gem that would handle log rotation for Rails 4 and upload old logs to S3 ?
I'm googling for this for few hours and it sounds like something done by someone before (in gem form).
Thank you
One solution is to use one of these solutions Ruby on Rails production log rotation and then just have rake
task task that would move old logs to S3 bucket
rake
task will be triggered by crone
every night