We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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\
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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\
The text was updated successfully, but these errors were encountered: