]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
tests: Only log warning level and up to console by default
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 17 Dec 2023 16:56:33 +0000 (17:56 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 18 Dec 2023 13:55:31 +0000 (14:55 +0100)
The debug logs are too noisy to forward them to the console by
default. Let's stick to warning and up only.

tests/__init__.py

index df9bd345d872cf6c0eb88568234ee6dc4d500496..c89f780d912846355e0415943be5a8fa4bdebc20 100644 (file)
@@ -56,7 +56,7 @@ class Image:
             "udev.log_level=info",
             "systemd.log_ratelimit_kmsg=0",
             "systemd.journald.forward_to_console",
-            "systemd.journald.max_level_console=debug",
+            "systemd.journald.max_level_console=warning",
             "printk.devkmsg=on",
             "systemd.early_core_pattern=/core",
         ]