简体   繁体   中英

Codedeploy + Puppet logs

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?

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` 

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM