Skip to content

Commit

Permalink
Merge pull request #312 from nationalarchives/fix-logging-issue
Browse files Browse the repository at this point in the history
Fix logging issue
  • Loading branch information
ian-hoyle authored Dec 9, 2024
2 parents 332acf3 + 9186f92 commit ac4199d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

client = boto3.client("logs")
timestamp = int(time.time()) * 1000
log_group_name = f"terraform-plan-outputs-{sys.argv[3]}"
log_group_name = sys.argv[3]
log_stream_name = sys.argv[2]

with open(sys.argv[1]) as file:
Expand Down

0 comments on commit ac4199d

Please sign in to comment.