15954: Merge branch 'master'
[arvados.git] / services / api / config / application.rb
index f211ec9e0cde5c67160bda1bde97e20cdb7861a8..7901a7fd83897e2b6b5750cdb4f9e83337afb83f 100644 (file)
@@ -40,6 +40,10 @@ if defined?(Bundler)
   end
 end
 
+if Rails.env == 'test'
+  Rails.logger = ActiveSupport::TaggedLogging.new(Logger.new(STDOUT))
+end
+
 module Server
   class Application < Rails::Application
     # The following is to avoid SafeYAML's warning message