diff --git a/config/environments/test.rb b/config/environments/test.rb index 083683b3c..ad12d1620 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -33,4 +33,7 @@ Diaspora::Application.configure do # Print deprecation notices to the stderr config.active_support.deprecation = :stderr + + # Set the logging destination(s) + config.log_to = %w[file] end