You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/12/14 10:13:56 UTC

[camel-kamelets] 04/04: Log action should show streams by default

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch 1198
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 40b1e34b108432706fd7767c4156f0d0bc4b151a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Dec 14 11:12:49 2022 +0100

    Log action should show streams by default
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../src/main/resources/kamelets/log-action.kamelet.yaml           | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/log-action.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/log-action.kamelet.yaml
index 45ea5cb8..7ed81bb7 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/log-action.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/log-action.kamelet.yaml
@@ -117,6 +117,13 @@ spec:
         default: false
         x-descriptors:
         - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
+      showCachedStreams:
+        title: Show Cached Streams
+        description: Whether Camel should show cached stream bodies or not.
+        type: boolean
+        default: true
+        x-descriptors:
+        - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
   dependencies:
   - "camel:kamelet"
   - "camel:log"
@@ -138,3 +145,4 @@ spec:
             showHeaders: "{{?showHeaders}}"
             showProperties: "{{?showProperties}}"
             showStreams: "{{?showStreams}}"
+            showCachedStreams: "{{?showCachedStreams}}"