Skip to content

Commit

Permalink
add logfile-appender in test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperTux88 authored and jhass committed Jul 9, 2015
1 parent b5b5f1f commit 2df4a1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@

# Print deprecation notices to the stderr
config.active_support.deprecation = :stderr

# Set the logging destination(s)
config.log_to = %w[file]
end

0 comments on commit 2df4a1c

Please sign in to comment.