From 8630fb6041b45c2b17823a822d8773acf20d38be Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Thu, 11 Apr 2024 19:40:16 +0200 Subject: [PATCH] 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. --- .github/workflows/mkosi.yml | 1 + mkosi.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 <