From 9186f92122269dbceec38e82aee02f17fce86591 Mon Sep 17 00:00:00 2001 From: VimleshGupta Date: Mon, 9 Dec 2024 13:27:51 +0000 Subject: [PATCH] Fix logging issue --- .github/scripts/logs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/logs.py b/.github/scripts/logs.py index 7b8172f..819e7f7 100644 --- a/.github/scripts/logs.py +++ b/.github/scripts/logs.py @@ -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: