Setting Up Log Rotation for Ruby on Rails Application on Ubuntu
Once you've deployed a Ruby on Rails web application, chances are the log files grew in sizes and occupy most of the disk space. On a live application, often time the log size grew to Gigabytes in size and the server crashes because there is no disk space left. So…