stoplightio / prism

Turn any OpenAPI2/3 and Postman Collection file into an API server with mocking, transformations and validations.

Home Page:https://stoplight.io/open-source/prism

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

log entire request url (with search params) in at least some verbose modes

jedwards1211 opened this issue · comments

Context

I'm trying to debug query parameter tests...prism mock -v trace doesn't log the search part of the URL so it's harder to see what requests it's getting

Current Behavior

prism mock -v trace logs request paths but not the URL search params

Expected Behavior

prism mock -v trace (and maybe some lower levels) log the URL search params

Possible Solution(s)

Thanks for your report, @jedwards1211 . We agree that this would be very useful, and welcome PRs to add it.