From 2df4a1cc5ced65afa5e4d15a7ab4159f7982d717 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 9 Jul 2015 01:28:13 +0200 Subject: [PATCH] add logfile-appender in test environment closes #6175 --- config/environments/test.rb | 3 +++ 1 file changed, 3 insertions(+) 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