From: Daan De Meyer Date: Sun, 17 Dec 2023 16:56:33 +0000 (+0100) Subject: tests: Only log warning level and up to console by default X-Git-Tag: v20~55^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdc0cdca08106829a546f5c42b662cf34f425290;p=thirdparty%2Fmkosi.git tests: Only log warning level and up to console by default The debug logs are too noisy to forward them to the console by default. Let's stick to warning and up only. --- diff --git a/tests/__init__.py b/tests/__init__.py index df9bd345d..c89f780d9 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -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", ]