diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-10-02 09:48:22 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-10-02 09:50:14 +0200 |
commit | fe1569154d2019c54487662fa789f958cdb93de7 (patch) | |
tree | b45663e6b29999cc5ec7316c76a84ec8a4e111d2 /data/templates/rsyslog/rsyslog.conf | |
parent | f5fc2ff390bedf36c0bb7b852cd6b86cd98afd19 (diff) | |
download | vyos-1x-fe1569154d2019c54487662fa789f958cdb93de7.tar.gz vyos-1x-fe1569154d2019c54487662fa789f958cdb93de7.zip |
T869: rsyslog configuration typo
(cherry picked from commit 8a1e66ef20e872bd4f6c9adc68befbf09e9ef122)
Diffstat (limited to 'data/templates/rsyslog/rsyslog.conf')
-rw-r--r-- | data/templates/rsyslog/rsyslog.conf | 2 |
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 |