From: Daan De Meyer Date: Wed, 4 Sep 2024 07:14:57 +0000 (+0200) Subject: tests: Show debug messages on console X-Git-Tag: v25~321^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2998%2Fhead;p=thirdparty%2Fmkosi.git tests: Show debug messages on console Should help debug the spurious OpenSUSE CI failures. --- diff --git a/tests/__init__.py b/tests/__init__.py index 1e9eae4c3..50b8483fa 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -64,7 +64,7 @@ class Image: "udev.log_level=info", "systemd.show_status=false", "systemd.journald.forward_to_console", - "systemd.journald.max_level_console=info", + "systemd.journald.max_level_console=debug", "systemd.firstboot=no", "systemd.unit=mkosi-check-and-shutdown.service", ]