From 26f51ae430883125e5a4424bb567b603f9cefe86 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Tue, 21 Mar 2023 10:01:09 +0100 Subject: mkosi: Default to debug log level for udev as well Unlike CI, the debug output just goes to the journal, so there's no harm in enabling it, even if it's noisy. --- mkosi.conf.d/10-systemd.conf | 3 --- 1 file changed, 3 deletions(-) (limited to 'mkosi.conf.d') diff --git a/mkosi.conf.d/10-systemd.conf b/mkosi.conf.d/10-systemd.conf index 09f8128344..dbc50793a7 100644 --- a/mkosi.conf.d/10-systemd.conf +++ b/mkosi.conf.d/10-systemd.conf @@ -70,10 +70,7 @@ Netdev=yes QemuMem=2G ExtraSearchPaths=build/ KernelCommandLineExtra=systemd.crash_shell - # Enable debug logging in systemd, but keep udev's log level to info, since it's - # _very_ verbose in the QEMU task. systemd.log_level=debug - udev.log_level=info systemd.journald.forward_to_console systemd.journald.max_level_console=warning systemd.mask=auditd -- cgit v1.2.1