sync output in dev

Andrew Cantino лет %!s(int64=12): %!d(string=назад)
Родитель
Сommit
e216a929ae
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      config/environments/development.rb

+ 3 - 1
config/environments/development.rb

@@ -1,3 +1,5 @@
1
+$stdout.sync = true
2
+
1 3
 Huginn::Application.configure do
2 4
   # Settings specified here will take precedence over those in config/application.rb
3 5
 
@@ -46,4 +48,4 @@ Huginn::Application.configure do
46 48
       user_name: ENV['SMTP_USER_NAME'],
47 49
       password: ENV['SMTP_PASSWORD']
48 50
   }
49
-end
51
+end