How do I filter the application log, security log and system log. i.e. for example I require only errors to be logged and not the warnings etc to be logged in the Event log file. Is there a way to filter this?

Re: Event Log filtering by David

David
Mon Feb 23 02:21:30 CST 2004

There is no knob that allows you to say "only errors are logged in the Event
log". The application that raises the event can log whatever they want.

The right approach is to filter events after they are logged. Use LogParser
to filter event logs offline.
http://www.logparser.com/

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Sanjay" <anonymous@discussions.microsoft.com> wrote in message
news:BB49E069-9EC3-453A-98CB-A209BB81B146@microsoft.com...
How do I filter the application log, security log and system log. i.e. for
example I require only errors to be logged and not the warnings etc to be
logged in the Event log file. Is there a way to filter this?