Commit 3a841abc by John Jarvis

adding debug flag to aws cmd

parent b282372d
...@@ -13,7 +13,7 @@ fi ...@@ -13,7 +13,7 @@ fi
S3_LOGFILE="{{ aws_s3_logfile }}" S3_LOGFILE="{{ aws_s3_logfile }}"
NOTIFY_EMAIL={{ AWS_S3_LOGS_NOTIFY_EMAIL }} NOTIFY_EMAIL={{ AWS_S3_LOGS_NOTIFY_EMAIL }}
FROM_EMAIL={{ AWS_S3_LOGS_FROM_EMAIL }} FROM_EMAIL={{ AWS_S3_LOGS_FROM_EMAIL }}
AWS_CMD="{{ aws_cmd }}" AWS_CMD="{{ aws_cmd }} --debug"
exec > >(tee $S3_LOGFILE) exec > >(tee $S3_LOGFILE)
exec 2>&1 exec 2>&1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment