From 0028bb701f0805bbee4a9e69c9e7c8ea282d2768 Mon Sep 17 00:00:00 2001 From: Christophe Bliard Date: Fri, 6 Feb 2026 09:11:29 +0100 Subject: [PATCH] Increase log output size to 300 lines in docker workflow There was a stacktrace in a run, and we could not read the start of the stacktrace indicating which env var produced it. --- .github/workflows/docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 1b568f315a4..f7f301dd62b 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -270,7 +270,7 @@ jobs: sleep 60 - docker logs openproject --tail 100 + docker logs openproject --tail 300 wget -O- --retry-on-http-error=503,502 --retry-connrefused http://localhost:8080/api/v3 - name: Push image id: push