]> TLD Linux GIT Repositories - packages/syslog-ng.git/blobdiff - syslog-ng.conf
- fix network source
[packages/syslog-ng.git] / 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)); };