]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Enable udev debug logging in CI
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 2 May 2024 14:38:31 +0000 (16:38 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 6 May 2024 08:56:45 +0000 (10:56 +0200)
It's very useful to debug race conditions with loop devices, so let's
enable the logging now that it goes to the journal and not to the
console.

.github/workflows/mkosi.yml

index e080eb3804856abad497665b032d9e362905f007..fe602685e9c4fca2e58f42756beda132f442656d 100644 (file)
@@ -130,8 +130,6 @@ jobs:
         tee mkosi.conf.d/99-ci.conf <<EOF
         [Host]
         KernelCommandLineExtra=
-                # udev's debug log output is very verbose, so up it to info in CI.
-                udev.log_level=info
                 # Root device can take a long time to appear, so let's bump the timeout.
                 systemd.default_device_timeout_sec=180
         EOF