Hi all, probably this is a dumb question hehe, I w...
# pact-js
m
Hi all, probably this is a dumb question hehe, I was checking the examples here https://github.com/pact-foundation/pact-js/blob/master/examples/e2e/test/consumer.spec.js and I noticed the line below in the consumer.spec.js, so my question is: if the consumer test are running a log folder should be created with some log info in the root folder?
Copy code
log: path.resolve(process.cwd(), 'logs', 'mockserver-integration.log'),
t
I think that’s left over from the 9.x interface - looks like the example needs to be updated
10.x and above don’t log to a file
m
so, for 10.x and above we need to check the output in the terminal, right?
t
The log is the debug log
for 10.x it is only to standard out
you never need to check the log unless something is not working