aws-codedeploy-agent icon indicating copy to clipboard operation
aws-codedeploy-agent copied to clipboard

Log a message when a lifecycle event finished

Open mpdude opened this issue 3 years ago • 0 comments

I am using log collection/processing software to monitor the CodeDeploy agent logs and spot errors during the deployment process.

Sometimes it is hard to tell if a particular Lifecycle Event has been processed successfully: When looking for strings that indicate failure, you cannot tell for sure if they did not occur or if the event is still running some time-consuming task and thus you need to keep on watching.

So, add an extra log message indicating when a lifecycle event has been processed.

Fixes #270.

mpdude avatar Jun 29 '22 22:06 mpdude