From 8d09cb43241cea95df103cb044f54d8a15fb9db7 Mon Sep 17 00:00:00 2001 From: apparentorder Date: Wed, 22 Apr 2020 07:58:54 +0200 Subject: [PATCH] update README to reflect correct timings key -- s,timings,logTimings, --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 458268c..2c2a75d 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Logs are stored as AWS CloudWatch metrics. } ], "namespace": "Watchtower", //Optional, defaults to "Watchtower"; CloudWatch namespace - "timings": ["readable", "total"], Optional, defaults to ["readable", "total"]; Determine which timings are logged. + "logTimings": ["readable", "total"], Optional, defaults to ["readable", "total"]; Determine which timings are logged. "timeout": 2000 //Optional, defaults to 2000: Time in ms before requests are aborted } ```