Skip to content
New issue

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

fix: logFile default to info if undefined, warn if error setting #526

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

YOU54F
Copy link
Member

@YOU54F YOU54F commented Sep 6, 2024

the existing enum FfiLogLevelFilter was not used, and its values

LOG_LEVEL_* as not the same as LogLevel types

LogLevel = debug | error | info | trace | warn;

This fixes it for the verifier exposed in pact-js, automatically consuming this fix release.

pact-js consumer interfaces, still require updating to pass in the logFile argument.

the existing enum FfiLogLevelFilter was not used, and its values

 LOG_LEVEL_* as not the same as LogLevel types

LogLevel = debug | error | info | trace | warn;

This fixes it for the verifier exposed in pact-js, automatically consuming this fix release.

pact-js consumer interfaces, still require updating to pass in the logFile argument.
@YOU54F YOU54F merged commit 4765275 into master Sep 6, 2024
67 checks passed
@YOU54F YOU54F deleted the fix/FfiLogLevelFilter branch September 6, 2024 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant