Skip to content

Commit

Permalink
Remove abstract info from logging
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartmiyasato authored Aug 17, 2023
1 parent 2c3d177 commit fa13be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_config/cron/reference_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export AWS_SECRET_ACCESS_KEY=$ABC_AWS_SECRET_ACCESS_KEY

/usr/bin/cp /dev/null $LOG_FILE
python /data/www/SGDBackend-Nex2/scripts/loading/reference/reference_update_from_abc.py 2>&1 | /usr/bin/tee -a $OUTPUT_FILE
cat $LOG_FILE >> $OUTPUT_FILE
grep -v '_abstract=' $LOG_FILE >> $OUTPUT_FILE

# use IAM for further permissions rather than access keys
unset AWS_ACCESS_KEY_ID
Expand Down

0 comments on commit fa13be0

Please sign in to comment.