add logfile-appender in test environment

closes #6175
This commit is contained in:
Benjamin Neff 2015-07-09 01:28:13 +02:00 committed by Jonne Haß
parent b5b5f1f028
commit 2df4a1cc5c

View file

@ -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