summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2018-10-02 09:48:22 +0200
committerChristian Poessinger <christian@poessinger.com>2018-10-02 09:48:22 +0200
commit8a1e66ef20e872bd4f6c9adc68befbf09e9ef122 (patch)
treef3d6a8b712e60dbe270a260ec9045f329443c701
parent6b138fe680c9dc97bddbf981fe0c747ede55f660 (diff)
downloadvyos-1x-8a1e66ef20e872bd4f6c9adc68befbf09e9ef122.tar.gz
vyos-1x-8a1e66ef20e872bd4f6c9adc68befbf09e9ef122.zip
T869: rsyslog configuration typo
-rw-r--r--data/templates/rsyslog/rsyslog.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/rsyslog/rsyslog.conf b/data/templates/rsyslog/rsyslog.conf
index 0910bd662..ab60fc0f0 100644
--- a/data/templates/rsyslog/rsyslog.conf
+++ b/data/templates/rsyslog/rsyslog.conf
@@ -9,7 +9,7 @@ $ModLoad imuxsock # provides support for local system logging
$ModLoad imklog # provides kernel logging support (previously done by rklogd)
#$ModLoad immark # provides --MARK-- message capability
-$OmitLocalLogging no
+$OmitLocalLogging off
$SystemLogSocketName /run/systemd/journal/syslog
$KLogPath /proc/kmsg