Skip to content

Commit

Permalink
chore: fix logging for pacts for verification
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Oct 1, 2020
1 parent f489ba7 commit 78afe8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def query
end

def log_request
parameters = request.get? ? query : params
parameters = request.get? ? request.query : params
logger.info "Fetching pacts for verification by #{provider_name}", provider_name: provider_name, params: parameters
end
end
Expand Down

0 comments on commit 78afe8f

Please sign in to comment.