Skip to content
Snippets Groups Projects
Commit d5328f7f authored by Michael Eischer's avatar Michael Eischer
Browse files

Update replica log filter for f=2

parent 6bf9878b
No related branches found
No related tags found
No related merge requests found
from common.log import LogData
from .base import Filter, PatternChecker, Rule, FatalLogIssue
REPLICA_PATTERN = r"RPLC1?[0-9]-[0-4] "
REPLICA_PATTERN = r"RPLC[12]?[0-9]-[0-4] "
IGNORE_LINES = [
Rule(REPLICA_PATTERN + r"\[EVENT\] EXCTR: Start time: [0-9]+.[0-9]+s", 1),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment