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

Feature request: "End of Lifecycle Event" log messages

Open mpdude opened this issue 5 years ago • 2 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, the feature request is as simple as: For every Lifecycle Event, write out a distinct log line like "End of LifecycleEvent" + the event name. This should happen under all conditions – successful runs of the hook scripts, failures, aborts etc.

mpdude avatar Sep 23 '20 15:09 mpdude

This Feature request was also raised in #220 . Adding this here for visibility.

nyashamk avatar Jan 13 '21 02:01 nyashamk

https://github.com/aws/aws-codedeploy-agent/pull/326 https://github.com/aws/aws-codedeploy-agent/pull/325

mwjones-aws avatar Apr 26 '23 21:04 mwjones-aws