From: DaanDeMeyer Date: Tue, 23 Dec 2025 21:08:09 +0000 (+0100) Subject: test: Set SYSTEMD_NSS_LOG_LEVEL=info X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=180875da36ec0350f0215a91a6b1eba8d140d6bd;p=thirdparty%2Fsystemd.git test: Set SYSTEMD_NSS_LOG_LEVEL=info Currently, our test logs are flooded with useless NSS varlink debug logs coming from nss-systemd talking to each varlink userdb service individually. Let's set SYSTEMD_NSS_LOG_LEVEL=info to get rid of these verbose logs. --- diff --git a/test/test.service.in b/test/test.service.in index 7d1a5ecc996..33060e42507 100644 --- a/test/test.service.in +++ b/test/test.service.in @@ -11,6 +11,6 @@ ExecStart=@command@ ExecStartPost=/usr/lib/systemd/tests/testdata/units/post.sh Type=oneshot MemoryAccounting=@memory-accounting@ -Environment=SYSTEMD_PAGER= @env@ +Environment=SYSTEMD_PAGER= SYSTEMD_NSS_LOG_LEVEL=info @env@ UnsetEnvironment=JOURNAL_STREAM @service@