From: Yu Watanabe Date: Sat, 26 Jul 2025 14:19:50 +0000 (+0900) Subject: TEST-21-DFUZZER: suppress debugging logs from homed, nsresourced, and userdbd X-Git-Tag: v258-rc2~68^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=69865ca69764ec79f84c27ececb6595d0409ad40;p=thirdparty%2Fsystemd.git TEST-21-DFUZZER: suppress debugging logs from homed, nsresourced, and userdbd --- diff --git a/test/units/TEST-21-DFUZZER.sh b/test/units/TEST-21-DFUZZER.sh index 6a0288001bf..449c2d8b9d8 100755 --- a/test/units/TEST-21-DFUZZER.sh +++ b/test/units/TEST-21-DFUZZER.sh @@ -181,6 +181,19 @@ if [[ -v ASAN_OPTIONS || -v UBSAN_OPTIONS ]]; then PAYLOAD_MAX=10000 # 10K fi +# Disable debugging logs from systemd-homed, systemd-nsresourced, and systemd-userdbd. +# Otherwise, journal is filled with the debugging logs by them. +systemctl service-log-level systemd-homed.service info +for service in systemd-nsresourced.service systemd-userdbd.service; do + mkdir -p "/run/systemd/system/${service}.d" + cat >"/run/systemd/system/${service}.d/10-disable-debug.conf" <