Frank Kelly
07/25/2023, 5:38 PM./gradlew contractTest --debug
2. Is there a log file as opposed to StdOut?
Thanks in advanceMatt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
<http://au.com|au.com>.dius.pact.consumer.UnfilteredMockProvider is the package you want to set to DEBUG.Matt (pactflow.io / pact-js / pact-go)
uglyog
<http://au.com|au.com>.dius.pact.consumer as DEBUG will workFrank Kelly
07/27/2023, 5:07 PMcontractImplementation('ch.qos.logback:logback-classic')
contractImplementation('ch.qos.logback:logback-core')
2. Add a `logback-test.xml`file to lhe classpath to log to std out
3. And add the following to my contract test task in the gradle file
testLogging.showStandardStreams = true