Skip to content

Commit 55c1037

Browse files
committed
remove log filesize limit from test env
1 parent 16f6f10 commit 55c1037

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/environments/test.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
unless ENV.key?('TEST_LOG') || ENV.key?('DEBUG')
3434
config.logger = Logger.new(nil)
3535
config.log_level = :fatal
36+
else
37+
config.log_file_size = nil
3638
end
3739

3840
# Enable/disable caching with redis.

0 commit comments

Comments
 (0)