In wiremock is it possible to enable the <request ...
# general
d
In wiremock is it possible to enable the request journal only for specific request URLs and disable it for others? For example, if I am having stub mappings for
GET /abc/id
,
GET /def/id
then I want to enable request journal only for all URLs starting with
/abc
and disable for
/def
t
HI @Debraj Manna you can’t enable/disable it selectively in general, but you can query it selectively using the find function in the admin API