Rotating Ruby on Rails Log Files Using Logrotate
Posted by g. | Filed under Ruby on Rails, Technology
If you don’t pay much attention to the size of your log files in your production apps, you might want to take a look! If left alone, files such as production.log can grow quite large and bog down your application or server’s performance. In Linux, there is a tool called logrotate to help you manage [...]