1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-23 13:57:33 +03:00

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.
This commit is contained in:
Daan De Meyer 2023-03-21 10:01:09 +01:00
parent 9baeb58fcd
commit 26f51ae430
2 changed files with 2 additions and 3 deletions

View File

@ -90,6 +90,8 @@ jobs:
[Output] [Output]
KernelCommandLineExtra=systemd.unit=mkosi-check-and-shutdown.service KernelCommandLineExtra=systemd.unit=mkosi-check-and-shutdown.service
systemd.journald.max_level_console=debug systemd.journald.max_level_console=debug
# udev's debug log output is very verbose, so up it to info in CI.
udev.log_level=info
EOF EOF
- name: Generate secure boot key - name: Generate secure boot key

View File

@ -70,10 +70,7 @@ Netdev=yes
QemuMem=2G QemuMem=2G
ExtraSearchPaths=build/ ExtraSearchPaths=build/
KernelCommandLineExtra=systemd.crash_shell 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 systemd.log_level=debug
udev.log_level=info
systemd.journald.forward_to_console systemd.journald.forward_to_console
systemd.journald.max_level_console=warning systemd.journald.max_level_console=warning
systemd.mask=auditd systemd.mask=auditd