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?
Asked
Active
Viewed 89 times
0
-
http://stackoverflow.com/questions/41256311/log-file-to-view-last-changes-made-by-puppet-agent – Matthew Schuchard Dec 26 '16 at 17:22
1 Answers
0
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`

guyyug
- 897
- 1
- 11
- 23