We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d73d2 commit 8d09cb4Copy full SHA for 8d09cb4
README.md
@@ -19,7 +19,7 @@ Logs are stored as AWS CloudWatch metrics.
19
}
20
],
21
"namespace": "Watchtower", //Optional, defaults to "Watchtower"; CloudWatch namespace
22
- "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.
23
"timeout": 2000 //Optional, defaults to 2000: Time in ms before requests are aborted
24
25
```
0 commit comments