Skip to content
Snippets Groups Projects
Commit d5faeaf6 authored by Pavel Kácha's avatar Pavel Kácha
Browse files

LaBrea: Ignore housekeeping log message

parent 3cc1964a
No related branches found
No related tags found
No related merge requests found
......@@ -501,8 +501,9 @@ RE_LIST = (
# 1645797340 Additional Activity 195.113.253.198
# 1645857629 Linux Persist Activity: 61.177.172.89 12241 -> 195.113.253.252 22 *
# 1645857629 Persist Trapping: 103.66.50.44 62229 -> 195.113.252.5 445 *
# 1714147064 Current average bw: 96 (Kb/sec)
(
re.compile(r'([0-9]+) (?:Capturing local|Persist Activity:|Additional Activity|Linux Persist Activity:|Persist Trapping:).*'),
re.compile(r'([0-9]+) (?:Capturing local|Persist Activity:|Additional Activity|Linux Persist Activity:|Persist Trapping:|Current average bw:).*'),
None
)
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment