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

Windows Deployment Group logs should be in the log folder #372

Open
rogermyung opened this issue Jun 14, 2023 · 0 comments
Open

Windows Deployment Group logs should be in the log folder #372

rogermyung opened this issue Jun 14, 2023 · 0 comments

Comments

@rogermyung
Copy link

According to the documentation at https://docs.aws.amazon.com/codedeploy/latest/userguide/deployments-view-logs.html#deployments-view-logs-instance-windows
We need to look at logs the locations
C:\ProgramData\Amazon\CodeDeploy\log\codedeploy-agent-log.txt
C:\ProgramData\Amazon\CodeDeploy\deployment-group-ID\deployment-ID\logs\scripts.log

The C:\ProgramData\Amazon\CodeDeploy\log\ can be redirected with :log_dir:
https://docs.aws.amazon.com/codedeploy/latest/userguide/reference-agent-configuration.html
but the deployment-group-ID is uniquely generated, which makes it hard to get access to.

We would like the deployment logs to be able to redirected to under C:\ProgramData\Amazon\CodeDeploy\log\

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

No branches or pull requests

1 participant