This repository has been archived by the owner on Jul 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 472
Logger
Raymond Hill edited this page May 8, 2015
·
22 revisions
uMatrix version 0.9.0.0 comes with a completely new logger.
[blah blah blah]
The eye-slash indicator means the entry is a behind-the-scene network request.
The x indicator means the entry belongs to a tab which has been closed. You may cleanup such entries from the logger using the x icon in the toolbar.
You can filter entries in the logger using filter expressions. Log entries which do not match all filter expression will be hidden from view. Syntax for a filter expression:
- Enter
foo
to only show entries which have a stringfoo
. - Enter
|foo
to only show entries which have a field starting withfoo
.- Tip: use
|--
to show only entries which were blocked.
- Tip: use
- Enter
foo|
to only show entries which have a field ending withfoo
. - Enter
|foo|
to only show entries which have exactly a field withfoo
. - Prefix any expression with
!
to reverse the meaning of the expression.-
!foo
means display only entries which do not have the stringfoo
in it. -
!|--
means display only entries which were not blocked.
-
- When more than one filter expression appear, a logical and between the expressions is implied.
uMatrix: Point and click matrix to filter net requests according to source, destination and type.