From 5199fe9c9a822108c26e50fc6776edd29a8d8da2 Mon Sep 17 00:00:00 2001 From: HenningWaack Date: Tue, 7 Nov 2023 14:19:34 +0100 Subject: [PATCH 1/2] Add customField "app" to JSON log messages Add the customField "app" with value "keycloak-config-cli" to each JSON log message. Fixes #942 --- src/main/resources/logback-spring.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback-spring.xml index 9b091730f..f01d02fea 100644 --- a/src/main/resources/logback-spring.xml +++ b/src/main/resources/logback-spring.xml @@ -8,7 +8,9 @@ - + + {"app":"keycloak-config-cli"} + From 8c58522222f9bbfc1a56d6d8406c02bb75c3848c Mon Sep 17 00:00:00 2001 From: HenningWaack Date: Tue, 7 Nov 2023 21:27:07 +0100 Subject: [PATCH 2/2] Bump helm/chart-testing-action to 2.6.1 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c6e8d8a91..8c8291c0b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -239,7 +239,7 @@ jobs: ${{ runner.os }}-pip-chart-testing-action - name: Set up chart-testing - uses: helm/chart-testing-action@v2.4.0 + uses: helm/chart-testing-action@v2.6.1 - name: Run chart-testing (lint) run: ct lint --config contrib/charts/ct.yaml