From e011831f08fd8c4976c147dd5160b3d808291335 Mon Sep 17 00:00:00 2001 From: Lazlo Westerhof Date: Wed, 11 Dec 2024 15:18:00 +0100 Subject: [PATCH] Output new log --- .github/workflows/api-and-integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api-and-integration-tests.yml b/.github/workflows/api-and-integration-tests.yml index b723ca289..cc9dc49d9 100644 --- a/.github/workflows/api-and-integration-tests.yml +++ b/.github/workflows/api-and-integration-tests.yml @@ -122,7 +122,7 @@ jobs: - name: Output rodsLogs if: failure() run: | - docker exec provider.yoda sh -c 'set -x ; cat /var/log/syslog | grep irodsServer' + docker exec provider.yoda sh -c 'set -x ; journalctl | grep irodsServer' - name: Output web server logs