From: Marcin Krol Date: Sun, 19 Aug 2018 14:37:18 +0000 (+0000) Subject: - fix network source X-Git-Url: https://git.tld-linux.org/?p=packages%2Fsyslog-ng.git;a=commitdiff_plain;h=5d96dc4884d16c1ece535315db3a8f097042adbf - fix network source --- diff --git a/syslog-ng.conf b/syslog-ng.conf index a073b74..6b2154e 100644 --- a/syslog-ng.conf +++ b/syslog-ng.conf @@ -28,7 +28,7 @@ source s_sys { }; # uncomment the line below and change ip/port if you want to run syslog server -#source s_net udp(ip(192.168.1.100),port(514)); +#source s_net { udp(ip(192.168.1.100),port(514)); }; # uncomment the line bellow if you want to send logs to syslog server #destination d_loghost { udp("loghost" port(514)); };