Skip to content

Instantly share code, notes, and snippets.

@j1n6
Created January 3, 2013 22:13
Show Gist options
  • Save j1n6/4447862 to your computer and use it in GitHub Desktop.
Save j1n6/4447862 to your computer and use it in GitHub Desktop.
Hulk::Application.configure do
# ...
# other config settings for development
# ...
config.logger = Logger.new(STDOUT)
config.logger.level = Logger.const_get('DEBUG')
# ...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment