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
Copyright © 2021 Jogjafile Inc.
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 bucketrake
task will be triggered bycrone
every night