-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: logFile default to info if undefined, warn if error setting
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.
- Loading branch information
Showing
2 changed files
with
12 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters