Skip to content

Commit

Permalink
switch logging to output
Browse files Browse the repository at this point in the history
  • Loading branch information
mokevnin committed Jun 22, 2013
1 parent ad738ce commit 2b4fdb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ class Application < Rails::Application
# Application configuration should go into files in config/initializers
# -- all .rb files in that directory are automatically loaded.

config.logger = Logger.new(STDOUT)

config.autoload_paths += Dir["#{config.root}/lib/**/"]
# Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.
# Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC.
Expand Down

0 comments on commit 2b4fdb7

Please sign in to comment.