Skip to content

Commit

Permalink
Print debug level logs (gruntwork-io#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
james03160927 authored Oct 6, 2023
1 parent a3ffb3b commit 75137b0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
--exclude-resource-type config-rules \
--exclude-resource-type eip \
--exclude-resource-type nat-gateway \
--delete-unaliased-kms-keys
--delete-unaliased-kms-keys \
--log-level debug
no_output_timeout: 1h
nuke_sandbox:
<<: *defaults
Expand All @@ -84,7 +85,8 @@ jobs:
--exclude-resource-type config-rules \
--exclude-resource-type eip \
--exclude-resource-type nat-gateway \
--delete-unaliased-kms-keys
--delete-unaliased-kms-keys \
--log-level debug
no_output_timeout: 1h
deploy:
<<: *env
Expand Down

0 comments on commit 75137b0

Please sign in to comment.