From afe0f1eab4301386ff6b877760e031463773abc3 Mon Sep 17 00:00:00 2001 From: Patrick Zhang Date: Fri, 29 Aug 2025 01:59:57 +0000 Subject: [PATCH] Add logStream back to recipe --- recipe.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipe.yaml b/recipe.yaml index ff7bae6..8893b52 100644 --- a/recipe.yaml +++ b/recipe.yaml @@ -17,6 +17,7 @@ ComponentConfiguration: maxUploadIntervalSec: 300 bufferCapacity: 1048576 logGroup: "greengrass/systemLogs" + logStream: "" filters: services: ["ggl.*"] Manifests: @@ -29,5 +30,5 @@ Manifests: Script: | {artifacts:path}/system-log-forwarder --maxUploadIntervalSec {configuration:/maxUploadIntervalSec} \ --bufferCapacity {configuration:/bufferCapacity} --logGroup {configuration:/logGroup} \ - --thingName {iot:thingName} \ + --logStream "{configuration:/logStream}" --thingName {iot:thingName} \ --filters {configuration:/filters}