From: Daan De Meyer Date: Tue, 12 Mar 2024 16:42:41 +0000 (+0000) Subject: Stop setting SYSTEMD_LOG_LEVEL=debug when --debug is specified X-Git-Tag: v22~12^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a689c3af9743b845bfe87c365ca4229b93ca7f9;p=thirdparty%2Fmkosi.git Stop setting SYSTEMD_LOG_LEVEL=debug when --debug is specified This is generally too noisy (tmpfiles, sysusers and presets especially). Let's not imply it when using --debug. --- diff --git a/mkosi/run.py b/mkosi/run.py index 7be5b9512..813046084 100644 --- a/mkosi/run.py +++ b/mkosi/run.py @@ -164,9 +164,6 @@ def run( if "TMPDIR" in os.environ: env["TMPDIR"] = os.environ["TMPDIR"] - if ARG_DEBUG.get(): - env["SYSTEMD_LOG_LEVEL"] = "debug" - if "HOME" not in env: env["HOME"] = "/"