Skip to content

Commit 2c140da

Browse files
committed
chore: change error log to warn
1 parent 6c223e6 commit 2c140da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pact_broker/matrix/deployment_status_summary.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def warnings_for_missing_interactions
195195
InteractionsMissingVerifications.new(selector_for(row.consumer_name), selector_for(row.provider_name), row.verification.interactions_missing_test_results)
196196
end
197197
rescue StandardError => e
198-
log_error(e, "Error determining if there were missing interaction verifications")
198+
logger.warn("Error determining if there were missing interaction verifications", e)
199199
nil
200200
end
201201
end.compact.tap { |it| report_missing_interaction_verifications(it) if it.any? }

0 commit comments

Comments
 (0)