From 8630fb6041b45c2b17823a822d8773acf20d38be Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Thu, 11 Apr 2024 19:40:16 +0200 Subject: mkosi: Don't log debug logs to console We have various tools that log directly to the console, as well as pid1 which logs directly to the console when running in a container. Let's make sure that we don't log debug messages to the console by default, but keep the behavior when running in CI. --- mkosi.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkosi.conf') diff --git a/mkosi.conf b/mkosi.conf index dde0562d80..96843db488 100644 --- a/mkosi.conf +++ b/mkosi.conf @@ -22,7 +22,7 @@ BuildSourcesEphemeral=yes @RuntimeSize=8G ToolsTreePackages=virtiofsd KernelCommandLineExtra=systemd.crash_shell - systemd.log_level=debug + systemd.log_level=debug,console:info systemd.log_ratelimit_kmsg=0 systemd.journald.forward_to_console systemd.journald.max_level_console=warning -- cgit v1.2.3