Hi Steve, is there a way to tell LogMatch to ignore a log entry that includes a certain phrase and type? (I have zero Regex skills and googling "Regex ingore" didn't make me any smarter 
This would make it easy to ignore transient errors I know about but can't sold
For example, I would like it to match "Error" but not if the log entry is (I figure this list will grow as I pay more attention to my log
• Type="CAM" & Message= "Error with request: The remote server returned an error: (503) Server Unavailable"
• Type="Autelis" & Message= "ERROR WebException: Timeout The operation has timed out"
• Type=weatherXML Error" & Messasage= "checkForNewAreas: Object reference not set to an instance of an object."
Thanks!

This would make it easy to ignore transient errors I know about but can't sold
For example, I would like it to match "Error" but not if the log entry is (I figure this list will grow as I pay more attention to my log

• Type="CAM" & Message= "Error with request: The remote server returned an error: (503) Server Unavailable"
• Type="Autelis" & Message= "ERROR WebException: Timeout The operation has timed out"
• Type=weatherXML Error" & Messasage= "checkForNewAreas: Object reference not set to an instance of an object."
Thanks!
Comment