aws-cloudformation / aws-cloudformation/cloudformation-cli-go-plugin
Correlating logs
Open
- Dominant language
- Go
- Stars
- 53
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
When my resource providers log multiple logs per invocation, I can't tell which logs came from which invocations. An example solution is Request ID on [Request](https://github.com/aws-cloudformation/cloudformation-cli-go-plugin/blob/master/cfn/handler/request.go#L20) that could be added to my logs to group logs from that invocation.
Contributor guide
Assessment
This issue has not been assessed yet.