Open SMH110 opened 2 years ago
Thanks @SMH110, that's an omission on our part when we upgraded from 9.x.x to 10.x.x. There is now support in the rust core to log to file, but it hasn't been exposed in pact-js-core
(a core module this uses). Leaving this open as a feature request.
For now, there is no log to file output. If you need that urgently, I'd suggest piping the command you use to run pact to file.
👋 Hi! The 'smartbear-supported' label has just been added to this issue, which will create an internal tracking ticket in PactFlow's Jira (PACT-785). We will use this to prioritise and assign a team member to this task. All activity will be public on this ticket. For now, sit tight and we'll update this ticket once we have more information on the next steps.
See our documentaiton for more information.
Hi 👋
Expected behaviour
Be able to log to a file.
Actual behaviour
the
log
option is missing fromPactV3Options
interface