0

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

equivalent8
  • 13,754
  • 8
  • 81
  • 109

1 Answers1

0

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

Community
  • 1
  • 1
equivalent8
  • 13,754
  • 8
  • 81
  • 109