From ac27a1ecbfabf8c67416e58afb5f4ae28a61c1b1 Mon Sep 17 00:00:00 2001 From: Matt Fellows Date: Thu, 18 Oct 2018 09:43:03 +1100 Subject: [PATCH] chore(docs): update 'log' parameter. Fixes #232 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa006b378..fb3281289 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ The `Pact` class provides the following high-level APIs, they are listed in the | `sslcert` | no | string | Path to SSL certificate to serve on the mock service | | `sslkey` | no | string | Path to SSL key to serve on the mock service | | `dir` | no | string | Directory to output pact files | -| `log` | no | string | Directory to log to | +| `log` | no | string | File to log to | | `logLevel` | no | string | Log level: one of 'trace', 'debug', 'info', 'error', 'fatal' or 'warn' | | `spec` | no | number | Pact specification version (defaults to 2) | | `cors` | no | boolean | Allow CORS OPTION requests to be accepted, defaults to false |