Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log a message when a lifecycle event finished #325

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mpdude
Copy link

@mpdude mpdude commented Jun 29, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: "End of Lifecycle Event" log messages
1 participant