]> TLD Linux GIT Repositories - packages/syslog-ng.git/commitdiff
- fix network source
authorMarcin Krol <hawk@tld-linux.org>
Sun, 19 Aug 2018 14:37:18 +0000 (14:37 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Sun, 19 Aug 2018 14:37:18 +0000 (14:37 +0000)
syslog-ng.conf

index a073b74b791c7f66ad5384fda12db87000369f5e..6b2154e2bafd03558f7b3ab3ad62b4a61614f485 100644 (file)
@@ -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)); };