Codedeploy + Puppet logs

96 views Asked by At

I am running puppet scripts using AWS codedeploy. When a puppet script fails, I do not have any reference to it. In codedeploy-agent.log I just see success logs. Is there a way to see the output of the puppet scripts I run through codedeploy?

1

There are 1 answers

0
guyyug On

I found that the deployments logs are here:

`/opt/codedeploy-agent/deployment-root/deployment-logs/codedeploy-agent-deployments.log`

Each deployment log is located at:

`/opt/codedeploy-agent/deployment-root/[deployment-group-ID]/[deployment-ID]/logs/scripts.log`