From e7371d6f358debf10b41f4c8d189ae5373204253 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Fri, 17 Apr 2026 17:27:23 +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 30371e2..eab5c13 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 ####