From 081503483281963cac4b73d13d018740cbd0088f Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Sun, 11 Feb 2024 16:57:02 +0100 Subject: [PATCH] Revert "Temporarily override the default log level to info" This should be no longer necessary after [0] was merged. [0] https://github.com/systemd/systemd/pull/31209 This reverts commit a6ab45e7994b9f8b96e497367f77dd26658e3e6e. --- integration/upstream-tests/test.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/integration/upstream-tests/test.sh b/integration/upstream-tests/test.sh index ec549ce..f82e672 100755 --- a/integration/upstream-tests/test.sh +++ b/integration/upstream-tests/test.sh @@ -79,9 +79,6 @@ export TEST_NESTED_KVM=1 export NO_BUILD=1 export QEMU_TIMEOUT=1800 export NSPAWN_TIMEOUT=1200 -# FIXME: temporarily override the default log level from debug to info to work around -# https://github.com/systemd/systemd/issues/30886 -export KERNEL_APPEND="systemd.log_level=info" test/run-integration-tests.sh