-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Description
Currently there is no logging for the response payload. It makes the support and troubleshooting extremely hard.
We should log the response payload for better troubleshooting, following should do:
- Log full payload () if status is not IN_PROGRESS. That means the response has been sanitized. No sensitive in the payload.
cloudformation-cli-java-plugin/src/main/java/software/amazon/cloudformation/AbstractWrapper.java
Line 385 in 953665c
String output = this.serializer.serialize(response); - Only log response status if the status is IN_PROGRESS.
- Include
stackIdand resource logical ID as context of the log.
Metadata
Metadata
Assignees
Labels
No labels