From 04a7b4be81f26028456cf8a39f761ff58ec17320 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Thu, 4 Feb 2021 14:24:32 +0000 Subject: Revert r555726: Support RFC5424/IETF syslog format. There is a better way to support RFC5424/IETF syslog format implemented in 12-STABLE, 13-STABLE, and 14-CURRENT. PR: 252613 Reported by: Boris Korzun Reviewed by: Peter Czanik (CzP) Balabit (a OneIdentity company) / syslog-ng upstream --- sysutils/syslog-ng/files/syslog-ng.conf.sample | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sysutils/syslog-ng/files') diff --git a/sysutils/syslog-ng/files/syslog-ng.conf.sample b/sysutils/syslog-ng/files/syslog-ng.conf.sample index bec698e9a561..625b821f33dd 100644 --- a/sysutils/syslog-ng/files/syslog-ng.conf.sample +++ b/sysutils/syslog-ng/files/syslog-ng.conf.sample @@ -16,9 +16,8 @@ options { chain_hostnames(off); flush_lines(0); threaded(yes); }; # # sources # -source src { unix-dgram("/var/run/log" flags(syslog-protocol)); - file("/dev/klog" flags(kernel) program_override("kernel: ")); - internal(); }; +source src { system(); + udp(); internal(); }; # # destinations -- cgit v1.2.3