Index: /trunk/lvs/debian/config/etc/syslog-ng/syslog-ng.conf
===================================================================
--- /trunk/lvs/debian/config/etc/syslog-ng/syslog-ng.conf	(revision 1608)
+++ /trunk/lvs/debian/config/etc/syslog-ng/syslog-ng.conf	(revision 1609)
@@ -67,4 +67,11 @@
 	#Disable statistic log messages.
 	stats_freq(0);
+
+	# Some program send log messages through a private implementation.
+	# and sometimes that implementation is bad. If this happen syslog-ng
+	# may recognise the program name as hostname. Whit this option
+	# we tell the syslog-ng that if a hostname match this regexp than that
+	# is not a real hostname.
+	bad_hostname("^gconfd$");
 };
 
