Re: Negate a filter

2005-09-29 Thread Matthew Brown
Take a look at the AcceptOnMatch property.On 9/29/05, Søren M. Olesen <[EMAIL PROTECTED]> wrote: HiIs it possible to negate a filter. I.e. instead og letting matched througt, it should stop matched from getting through.Lets say I want to remove lines containing the word SQL from my log, h

Negate a filter

2005-09-29 Thread Søren M. Olesen
Hi Is it possible to negate a filter. I.e. instead og letting matched througt, it should stop matched from getting through. Lets say I want to remove lines containing the word SQL from my log, how do I setup a filter that will let all lines through, except lines containing the word SQL