I want to avoid some messages...please suggest.
There are some unwanted messages on my syslog-php web page........Is there a "19510 syslog-ng notice 2005-11-24 11:53:24 syslog-ng[24047]: STATS: dropped 0 " way that i can avoid them... Thanks in advance. atif
try to use the following filter filter f_syslog {not match("STATS: dropped");}; On 11/24/05, Atif Munir <atif76@gmail.com> wrote:
There are some unwanted messages on my syslog-php web page........Is there a "19510 syslog-ng notice 2005-11-24 11:53:24 syslog-ng[24047]: STATS: dropped 0 " way that i can avoid them... Thanks in advance. atif
_______________________________________________ syslog-ng maillist - syslog-ng@lists.balabit.hu https://lists.balabit.hu/mailman/listinfo/syslog-ng Frequently asked questions at http://www.campin.net/syslog-ng/faq.html
On Fri, 2005-11-25 at 16:50 +0500, Metal Gear wrote:
try to use the following filter
filter f_syslog {not match("STATS: dropped");};
or maybe turn stats off using stats_freq(-1) -- Bazsi
participants (3)
-
Atif Munir
-
Balazs Scheidler
-
Metal Gear