Skip to content

Instantly share code, notes, and snippets.

@gshutler
Created June 27, 2014 21:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gshutler/4c7c3532b206472a6525 to your computer and use it in GitHub Desktop.
Save gshutler/4c7c3532b206472a6525 to your computer and use it in GitHub Desktop.
config.appender(Hatchet::LoggerAppender.new) do |appender|
appender.file = 'log/application.log'
# Could delegate to:
# self.logger = Logger.new('log/application.log')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment