File syslog-ng.conf.addon of Package failed_siproxd
#to disable logging in messages file, please correct syntax!!!!
filter f_messages { not facility(news, mail) and not filter(f_iptables) [and not filter(yourfilter)] and not filter(f_siproxd); };
#in filter section
filter f_siproxd { facility(user) and match('^siproxd'); };
#in destination section
#
# siproxd messages in one file
#
destination siproxd { file("/var/log/siproxd.log"); };
log { source(src); filter(f_siproxd); destination(siproxd); };