We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go version
go env
_, err := pact.VerifyProvider(t, types.VerifyRequest{ PactLogDir: "/tmp/logs", PactLogLevel: "INFO", })
will cause writing logs in /tmp/logs with info level
logs written in default path
use types.VerifyRequest
The text was updated successfully, but these errors were encountered:
Could I make pr ?
Sorry, something went wrong.
a461ee3
Ah, good spot. Just added the fix now and pushed to master.
No branches or pull requests
Software versions
go version
go env
Expected behaviour
will cause writing logs in /tmp/logs with info level
Actual behaviour
logs written in default path
Steps to reproduce
use types.VerifyRequest
The text was updated successfully, but these errors were encountered: