From: Daan De Meyer Date: Thu, 11 Apr 2024 17:40:16 +0000 (+0200) Subject: mkosi: Don't log debug logs to console X-Git-Tag: v256-rc1~202^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8630fb6041b45c2b17823a822d8773acf20d38be;p=thirdparty%2Fsystemd.git 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. --- diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 67d9e45dd35..249bf218f99 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -112,6 +112,7 @@ jobs: tee mkosi.conf.d/99-ci.conf <