Skip to content

Commit

Permalink
sync output in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
cantino committed May 13, 2013
1 parent 259d93d commit e216a92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/environments/development.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
$stdout.sync = true

Huginn::Application.configure do
# Settings specified here will take precedence over those in config/application.rb

Expand Down Expand Up @@ -46,4 +48,4 @@
user_name: ENV['SMTP_USER_NAME'],
password: ENV['SMTP_PASSWORD']
}
end
end

0 comments on commit e216a92

Please sign in to comment.