From 3fb8a143485f13280a984e8d916e5d1387292126 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Sun, 1 Mar 2026 11:22:37 +0100 Subject: [PATCH] ci: reduce log_level for integration test --- .github/workflows/e2e-integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-integration-test.yml b/.github/workflows/e2e-integration-test.yml index 5bb24d1f..1a0217bb 100644 --- a/.github/workflows/e2e-integration-test.yml +++ b/.github/workflows/e2e-integration-test.yml @@ -63,6 +63,6 @@ jobs: - name: run end to end integration tests run: | - ./lightpanda serve & echo $! > LPD.pid + ./lightpanda serve --log_level error & echo $! > LPD.pid go run integration/main.go kill `cat LPD.pid`