Skip to content

Commit f008006

Browse files
committed
Log only FATAL in tests
1 parent 500cd3e commit f008006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
require 'concurrent'
33
require 'concurrent-edge'
44

5-
Concurrent.use_stdlib_logger Logger::DEBUG
5+
Concurrent.use_stdlib_logger Logger::FATAL
66

77
if ENV['COVERAGE'] || ENV['CI'] || ENV['TRAVIS']
88
require 'simplecov'

0 commit comments

Comments
 (0)