klogg icon indicating copy to clipboard operation
klogg copied to clipboard

Is there a way to exclude matched lines from UI?

Open koote opened this issue 1 year ago • 3 comments

My log file contains log entries from components that I don't care about, does Klogg support adding filter to exclude matched lines like egrep -v? Similar to the TextAnalysisTool.NET. Thanks.

koote avatar Jun 11 '24 03:06 koote

In the latest builds there is an "inverse match" button near the filter string input. That should make only lines not matching the regex show up in the bottom window.

variar avatar Nov 15 '24 11:11 variar

It is often necessary to have the excluded lines already in the upper window, in order to be able to work with the "already filtered lines" filter. Example - the log contains messages of the same type, which can be definitely discarded for analysis, but analysis of other lines requires working with the filter - and it is already "busy with exceptions". What to do?

airgithuber avatar Nov 21 '24 04:11 airgithuber

The inverse button doesn't work. Is there a setting I'm missing? Here's a screenshot of a simple example. The button is very subtle in the screenshot......

Image Image

kenny-chua avatar Jun 13 '25 14:06 kenny-chua