From 8dfda53fa4d972dc09b3ca70adc5ffc132c1914e Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Fri, 17 Apr 2026 17:24:36 +0300 Subject: [PATCH] test --- files/rsyslog.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/rsyslog.conf b/files/rsyslog.conf index eab5c13..30371e2 100644 --- a/files/rsyslog.conf +++ b/files/rsyslog.conf @@ -22,7 +22,7 @@ module(load="imuxsock") # provides support for local system logging #input(type="imtcp" port="514") # provides kernel logging support and enable non-kernel klog messages -module(load="imklog" permitnonkernelfacility="on") +#module(load="imklog" permitnonkernelfacility="on") ########################### #### GLOBAL DIRECTIVES ####