diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-03-21 10:01:09 +0100 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-03-21 11:01:34 +0100 |
commit | 26f51ae430883125e5a4424bb567b603f9cefe86 (patch) | |
tree | af57671c675a4824fa0a762dc7c52c89ff4f67f0 /mkosi.conf.d | |
parent | man/network-generator: replace dracut.kernel reference with dracut.cmdline (diff) | |
download | systemd-26f51ae430883125e5a4424bb567b603f9cefe86.tar.xz systemd-26f51ae430883125e5a4424bb567b603f9cefe86.zip |
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.
Diffstat (limited to 'mkosi.conf.d')
-rw-r--r-- | mkosi.conf.d/10-systemd.conf | 3 |
1 files changed, 0 insertions, 3 deletions
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 |