summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-01-12 12:19:02 +0100
committerChristian Breunig <christian@breunig.cc>2024-01-12 12:19:02 +0100
commit4523381d5985a2949cd85d19fe3d0f745fd4b568 (patch)
tree8a61ee52ab23be2e499daa21ef6d4634995f8a8b /data
parentda5ceff85cda575fc3b4933e1ac1867403fe4c4e (diff)
downloadvyos-1x-4523381d5985a2949cd85d19fe3d0f745fd4b568.tar.gz
vyos-1x-4523381d5985a2949cd85d19fe3d0f745fd4b568.zip
Revert "syslog: T1487: store all journalctl log files also in syslog"
This reverts commit 61817dbb3f2667bcb0fbd734d70daeb2c4672720.
Diffstat (limited to 'data')
-rw-r--r--data/templates/rsyslog/rsyslog.conf.j24
1 files changed, 0 insertions, 4 deletions
diff --git a/data/templates/rsyslog/rsyslog.conf.j2 b/data/templates/rsyslog/rsyslog.conf.j2
index 96f91def1..97e0ee0b7 100644
--- a/data/templates/rsyslog/rsyslog.conf.j2
+++ b/data/templates/rsyslog/rsyslog.conf.j2
@@ -1,9 +1,5 @@
### Autogenerated by system_syslog.py ###
-# Load journald logs to rsyslog
-module(load="imjournal")
-module(load="mmjsonparse")
-
{% if global.marker is vyos_defined %}
$ModLoad immark
{% if global.marker.interval is vyos_defined %}