Skip to content

Commit

Permalink
test: reduce the log level to make the Semantic Logger warnings go away
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Aug 11, 2021
1 parent 405bf8b commit 0e9e923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
$: << File.expand_path("../../", __FILE__)

RACK_ENV = ENV["RACK_ENV"] = "test"
ENV["PACT_BROKER_LOG_LEVEL"] ||= "info"
require "spec/support/simplecov"

require "support/logging"
Expand Down

0 comments on commit 0e9e923

Please sign in to comment.