I installed the following:
libol-0.3.16
syslog-ng-1.6.8
I want to log to a loghost. If I specify udp as follows in the source
statement
udp(ip("0.0.0.0") port(514));
syslog-ng keeps logging the same entry over and over again. Without it
it works fine for the loghost but clients will not be able to connect
of course.