Skip to content

Commit 8d09cb4

Browse files
committed
update README to reflect correct timings key -- s,timings,logTimings,
1 parent c6d73d2 commit 8d09cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Logs are stored as AWS CloudWatch metrics.
1919
}
2020
],
2121
"namespace": "Watchtower", //Optional, defaults to "Watchtower"; CloudWatch namespace
22-
"timings": ["readable", "total"], Optional, defaults to ["readable", "total"]; Determine which timings are logged.
22+
"logTimings": ["readable", "total"], Optional, defaults to ["readable", "total"]; Determine which timings are logged.
2323
"timeout": 2000 //Optional, defaults to 2000: Time in ms before requests are aborted
2424
}
2525
```

0 commit comments

Comments
 (0)