AdguardForAndroid icon indicating copy to clipboard operation
AdguardForAndroid copied to clipboard

Add a modificator to exclude certain entries from the filtering log

Open vbagirov opened this issue 7 years ago • 4 comments

Case: I don't want to see in the Filtering Logs entries that contain certain domains (e.g. icloud.com, apple.com etc) because they "pollute" the log and make searching for domains that matter harder.

Proposed solution: Create a modificator $nolog or similar, so that once a rule apple.com$nolog is added to the User filter, corresponding entries are not shown in the log.

vbagirov avatar Dec 05 '18 13:12 vbagirov

I suppose this would work for AG's own DNS requests, too? 🤔

TPS avatar Dec 06 '18 15:12 TPS

And I suppose this could be optional and not enabled by default? I would really "want" to see when an app is trying to establish a connection which was blocked by AG in real-time.

Nzzyme avatar Dec 24 '18 08:12 Nzzyme

And I suppose this could be optional and not enabled by default? I would really "want" to see when an app is trying to establish a connection which was blocked by AG in real-time.

It certainly will not be the default option if it's being implemented.

vbagirov avatar Jan 18 '19 11:01 vbagirov

Perhaps it would be more convenient to have a filtering rule that lists keywords to hide lines containing them? (or a regular expression) This would be useful for cleaning the log of lines that are obviously uninteresting (for example, urls that do not need to be blocked).

Alex-302 avatar Oct 04 '25 18:10 Alex-302