Skip to content

Commit

Permalink
Merge pull request #552 from team-florence/only-debug-log-when-verbos…
Browse files Browse the repository at this point in the history
…e-mode

Only print "using default configuration" in verbose mode
  • Loading branch information
danmayer authored Oct 11, 2024
2 parents 91ed9e2 + 97a5421 commit 83c55ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/coverband.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def self.configure(file = nil)
elsif File.exist?(configuration_file)
load configuration_file
else
configuration.logger.debug("using default configuration")
configuration.logger.debug("using default configuration") if Coverband.configuration.verbose
end
@@configured = true
coverage_instance.reset_instance
Expand Down

0 comments on commit 83c55ce

Please sign in to comment.