From 5e85ce17a2ee5cf2f27c1200db26b9211d7774b4 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 13 Aug 2025 13:37:36 +0200 Subject: [PATCH] testing: Remove xconsole config for rsyslogd This produces a warning and we don't have X. --- testing/hosts/default/etc/rsyslog.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/testing/hosts/default/etc/rsyslog.conf b/testing/hosts/default/etc/rsyslog.conf index 9f76da36eb..ee0a324d19 100644 --- a/testing/hosts/default/etc/rsyslog.conf +++ b/testing/hosts/default/etc/rsyslog.conf @@ -119,7 +119,7 @@ news.notice -/var/log/news/news.notice # NOTE: adjust the list below, or you'll go crazy if you have a reasonably # busy site.. # -daemon.*;mail.*;\ - news.err;\ - *.=debug;*.=info;\ - *.=notice;*.=warn |/dev/xconsole +#daemon.*;mail.*;\ +# news.err;\ +# *.=debug;*.=info;\ +# *.=notice;*.=warn |/dev/xconsole -- 2.47.3