Hello, Balazs Scheidler wrote:
On Fri, Jul 05, 2002 at 08:14:58AM -0700, Subodh Nijsure wrote:
I think I have read the man pages, and I missed how do I stop syslog-ng from generating the "STATS: dropped 0" messages? Is there option in config file I can specify?
stats_freq(0) in your global options should do the trick.
Since 1.5.18 the STATS are not delivered via source internal(). Right? If this is a bug, maybe Balazs can fix it. Thanks a lot. -- Best regards --Andreas Schulze [phone: +49.5246.80.1275, fax: +49.5246.80.2275] | I believe, it was Dennis Ritchie who said something like: | "C is rarely the best language for a given task, | but it's often the second-best". | The implication being that: "[...]" | | sh# cat>$$.c<<EOT | main(l,a,n,d)char**a;{for(d=atoi(a[1])/10*80-atoi(a[2])/5-596;n="@NK\ | ACLCCGZAAQBEAADAFaISADJABBA^SNLGAQABDAXIMBAACTBATAHDBANZcEMMCCCCAAhE\ | IJFAEAAABAfHJETBdFLDAANEfDNBPHdBcBBBEA_AL H E L L O, W O R L D! " | [l++-3];)for(;n-->64;)putchar(!d+++33^l&1);} | EOT | gcc -o$$ $$.c;clear;./$$ 52 8;rm -f $$*