From c5060d3f1456f81ef2809323a0bd24aaeaca488f Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Thu, 29 Aug 2024 09:40:36 -0700 Subject: [PATCH] try putting default log handler back in place to get logs streaming to github job output --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 804b76c63..11bb59ace 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -134,7 +134,7 @@ jobs: NOTIFY_E2E_TEST_URI: http://localhost:6012/ - name: Tail Admin Server logs run: | - tail -f admin-server.log & + tail -f admin-server.log > /dev/null & disown - name: Ensure Admin Server is running run: | until curl -s http://localhost:6012; do