Group: Forum Members
Posts: 3,
Visits: 4
|
Hi Team (again)!
I would love the ability in my parser to add a filter that nulls out an entire row if it matches my filter/regex thing! Basically every time my app stops and starts my logger automatically places a header and footer to the log file so I can better track when the app has stoped and stared. Unfortunately this log doesn't follow my files parser and causes Fatal logs to be mistakenly made!
My short term solution was to remove the header and footer from my logger and I plan now to just make a new header and footer which follows the pattern so its parsed as an info, however I would love it if I could just filter a row out!
Cheers, Michael.
|