summaryrefslogtreecommitdiffstats
path: root/mkosi.conf
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2024-04-11 19:40:16 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2024-04-14 19:59:10 +0200
commit8630fb6041b45c2b17823a822d8773acf20d38be (patch)
tree1a17b3db9c68885e1ef2b75b2331c03d0dc0c364 /mkosi.conf
parentmkosi: Use new volatile package settings (diff)
downloadsystemd-8630fb6041b45c2b17823a822d8773acf20d38be.tar.xz
systemd-8630fb6041b45c2b17823a822d8773acf20d38be.zip
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.
Diffstat (limited to 'mkosi.conf')
-rw-r--r--mkosi.conf2
1 files changed, 1 insertions, 1 deletions
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