I have a daemon that runs constantly which fills up the log file(development.log or production.log) pretty quickly. What is the best way to delete the log file after certain
I prefer a monthly log file in my production.rb file
config.logger = Logger.new(config.log_path, 'monthly')