Replies: 2 comments
-
Hi Sergey,
Yes. If you set "recordRequests" to true at the imposter header level (e.g.
as a sibling to "protocol" and "port"), then mountebank records the
requests for that imposter. You can retrieve them by getting the imposter
resource (https://www.mbtest.org/docs/api/mocks). You can also get a bit
more data by running mb with the --debug flag
<https://www.mbtest.org/docs/commandLine#start>.
-Brandon
…On Thu, Aug 24, 2023 at 8:41 AM Sergey Danilov ***@***.***> wrote:
Hi! We recently decided to switch from Hoverfly to Mountebank because of
gRPC plugin. So the advantage of Hoverfly was in possibility to get journal
with history of requests. In Mountebank we have /logs only and its not so
comfortable to debug.
Are any ways to get request journal in mb? Thanks!
—
Reply to this email directly, view it on GitHub
<#740>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAARFP3BVK63DZNS7B54CC3XW5KZJANCNFSM6AAAAAA35BTRRE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you! This is it! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! We recently decided to switch from Hoverfly to Mountebank because of gRPC plugin. So the advantage of Hoverfly was in possibility to get journal with history of requests. In Mountebank we have
/logs
only and its not so comfortable to debug.Are any ways to get request journal in mb? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions