Skip to content

Commit

Permalink
Add extra logging to ctl script to aid in debugging failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
straussb committed Jan 3, 2024
1 parent 6b25891 commit 6b4d5cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packaging/dependencies/amazon-cloudwatch-agent-ctl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

set -e
set -u
set -x

readonly AGENTDIR="/opt/aws/amazon-cloudwatch-agent"
readonly CMDDIR="${AGENTDIR}/bin"
Expand Down

0 comments on commit 6b4d5cf

Please sign in to comment.