How can I make log rotation on my production env for rails version 3.2.8?
I have taking a look to Ruby on Rails production log rotation, but is for old rails version.
I use nginx + unicorn
Where can I find more info about this?
Thank you very much!
|
How can I make log rotation on my production env for rails version 3.2.8? I have taking a look to Ruby on Rails production log rotation, but is for old rails version. I use nginx + unicorn Where can I find more info about this? Thank you very much! |
|||||
|
|
This shell script worked for me. I set up cron to execute this script every night, just before midnight. You'll need to adjust the directories to your own application. Note that the directory references are relative to my application's root directory. The "kill" command tells the master unicorn process to reload, which automatically creates a new production.log and unicorn.log file.
|
||||
|
|