config.logger = Logger.new(config.log_path, 50, 1048576)
to your environment is the easiest solution. But then I read that solution has problems if you are using multiple mongrel instances which I am. The more robust solution seems to be to use logrotate as described here:
  http://wiki.rubyonrails.org/rails/pages/DeploymentTips/
But I'm not sure how to set that up on hostingrails servers. Can someone tell me what the best way to rotate my logs on hostingrails is?
Thanks,
Jesse