From 612b1261bf141a2c2bee17027d07a14812b66ec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20M=C3=BCller?= Date: Fri, 24 Oct 2025 16:25:44 +0200 Subject: [PATCH] chore: set LOGGING_LEVEL_IO_GITHUB_SPRINGWOLF=INFO for gh actions to reduce log volume during build Co-authored-by: Timon Back --- .github/workflows/publish-releases.yml | 4 ++++ .github/workflows/springwolf-plugins.yml | 1 + 2 files changed, 5 insertions(+) diff --git a/.github/workflows/publish-releases.yml b/.github/workflows/publish-releases.yml index 837ee09dc..b0c239ca9 100644 --- a/.github/workflows/publish-releases.yml +++ b/.github/workflows/publish-releases.yml @@ -13,6 +13,10 @@ concurrency: jobs: publish-release: runs-on: ubuntu-latest + + env: + LOGGING_LEVEL_IO_GITHUB_SPRINGWOLF: INFO + steps: - uses: actions/checkout@v5 diff --git a/.github/workflows/springwolf-plugins.yml b/.github/workflows/springwolf-plugins.yml index e6a054a4e..69cd8397f 100644 --- a/.github/workflows/springwolf-plugins.yml +++ b/.github/workflows/springwolf-plugins.yml @@ -30,6 +30,7 @@ jobs: env: plugin: springwolf-plugins/springwolf-${{ matrix.plugin }}-plugin example: springwolf-examples/springwolf-${{ matrix.plugin }}-example + LOGGING_LEVEL_IO_GITHUB_SPRINGWOLF: INFO steps: - uses: actions/checkout@v5