mongrel_rails, logrotate, and copytruncate

If using logrotate with rails remember to use the copytruncate option. This means that instead of renaming the old file and creating a new one, logrotate will copy the old file to the archive name, and truncate the current file. This means that mongrel_rails doesn’t lose its file handle and your logging doesn’t silently turn off :)