File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 77 "multiline" : true ,
88 "regex" : {
99 "std" : {
10- "pattern" : " ^(?J:(?:(?<timestamp>\\ d{4}-\\ d{2}-\\ d{2} \\ d{2}:\\ d{2}:\\ d{2}.\\ d+) (?:(?<level>[A-Z]+) \\ [(?<module>[\\ w \\ /]+)\\ ] (?<component>[\\ w.]+): (?<body>.*)|(?:(?:\\ ^){3} \\ d+ similar messages omitted (?:\\ ^){3})))|(?:(?:(?:[\\ w.]+(?<level>Exception):)|(?:\\\\ u0009at )) .*))$"
10+ "pattern" : " ^(?J:(?:(?<timestamp>\\ d{4}-\\ d{2}-\\ d{2} \\ d{2}:\\ d{2}:\\ d{2}.\\ d+) (?:(?<level>[A-Z]+) \\ [(?<module>[\\ w \\ /]+)\\ ] (?<component>[\\ w.]+): (?<body>.*)|(?:(?:\\ ^){3} \\ d+ similar messages omitted (?:\\ ^){3})))|(?:(?:(?:[\\ w.]+(?<level>Exception):)|(?:\\\t at )) .*)|(?:(?: \\ *{3} .*)|(?:Starting I2P.*)|(?: \\ [startapp].*) ))$"
1111 // The I2P router uses several log line variants that largely differ in their formats.
1212 // Editing a variant should be done below in subformats for better readability and understandability,
1313 // and then merged into the pattern above.
1414 // subformats:
1515 // "variant_normal": "^(?<timestamp>\\d{4 }-\\d{2 }-\\d{2 } \\d{2 }:\\d{2}:\\d{2}.\\d+) (?<level>[A-Z]+) \\[(?<module>[\\w \\\/]+)\\] (?<component>[\\w.]+): (?<body>.*)$"
1616 // "variant_omit": "^(?<timestamp>\\d{4}-\\d{2}-\\d{2} \\d{2}:\\d{2}:\\d{2}.\\d+) (?:\\^){3} \\d+ similar messages omitted (?:\\^){3}$"
1717 // "variant_exception": "^(?:(?:(?:[\\w.]+(?<level>Exception):)|(?:\\\\0009at)) .*)$"
18+ // "variant_startup_lines": "^(?:(?:\*{3} .*)|(?:Starting I2P.*)|(?:\[startapp].*))$"
1819 }
1920 },
2021 "value" : {
You can’t perform that action at this time.
0 commit comments