Log File Rotation Using Logger
Log files can get pretty large if you leave them long enough. Here I describe how to setup log rotation using the ruby Logger. I find this contains the apps logic better than defining it in the OS’ log rotate. View the article here: http://solidfoundationwebdev.com/posts/rails-log-file-rotation
Post a comment