ci: reduce log_level for integration test

This commit is contained in:
Pierre Tachoire
2026-03-01 11:22:37 +01:00
parent eaf1cb26b2
commit 3fb8a14348

View File

@@ -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`