summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2023-03-21 10:01:09 +0100
committerDaan De Meyer <daan.j.demeyer@gmail.com>2023-03-21 11:01:34 +0100
commit26f51ae430883125e5a4424bb567b603f9cefe86 (patch)
treeaf57671c675a4824fa0a762dc7c52c89ff4f67f0 /.github
parent9baeb58fcdcd3b8893fc485bb33726820ce46e94 (diff)
downloadsystemd-26f51ae430883125e5a4424bb567b603f9cefe86.tar.gz
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 '.github')
-rw-r--r--.github/workflows/mkosi.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml
index 286033392a..a4a315bc23 100644
--- a/.github/workflows/mkosi.yml
+++ b/.github/workflows/mkosi.yml
@@ -90,6 +90,8 @@ jobs:
[Output]
KernelCommandLineExtra=systemd.unit=mkosi-check-and-shutdown.service
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
- name: Generate secure boot key