You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have triple checked, that there are no unhandled promises in my code and have read the section on intermittent test failures
I have set my log level to debug and attached a log file showing the complete request/response cycle
For bonus points and virtual high fives, I have created a reproduceable git repository (see below) to illustrate the problem
Expected behaviour
Default run doesn't print any logs from pact internals
Actual behaviour
Default run prints a lot of logs like this:
2024-11-17T06:17:44.288511Z INFO tokio-runtime-worker pact_mock_server::hyper_server: Received request POST /foo/bar/whatever
2024-11-17T06:17:44.289298Z INFO tokio-runtime-worker pact_mock_server::hyper_server: Request matched, sending response
Steps to reproduce
Run a consumer test
Relevant log files
The text was updated successfully, but these errors were encountered:
TimothyJones
added
bug
Indicates an unexpected problem or unintended behavior
triage
This issue is yet to be triaged by a maintainer
labels
Nov 17, 2024
Software versions
Please provide at least OS and version of pact-js
Issue Checklist
Please confirm the following:
Expected behaviour
Default run doesn't print any logs from pact internals
Actual behaviour
Default run prints a lot of logs like this:
Steps to reproduce
Run a consumer test
Relevant log files
The text was updated successfully, but these errors were encountered: