Skip to content

Instantly share code, notes, and snippets.

@kidach1
Created August 13, 2014 09:44
Show Gist options
  • Save kidach1/b47fdede748a167d2c5d to your computer and use it in GitHub Desktop.
Save kidach1/b47fdede748a167d2c5d to your computer and use it in GitHub Desktop.
[Rails] 任意のファイルにアプリケーションログを吐く ref: http://qiita.com/kidachi_/items/96802ab66274779e21e0
Rails.application.config.another_logger.info('bar')
Rails.logger.info('buzz')
Rails.logger.info('buzz')
config.another_logger = Logger.new(Rails.root.join('log/foo.log'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment