Skip to content

Commit

Permalink
adjusted source file field
Browse files Browse the repository at this point in the history
  • Loading branch information
hagfelsh authored May 8, 2018
1 parent b3f327b commit eb976a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zypper.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "",
"regex": {
"std": {
"pattern": "^(?<timestamp>\\d{4}-\\d{2}-\\d{2} \\d{2}:\\d{2}:\\d{2}) <\\d> (?<hostname>\\S+)\\((?<pid>\\d+)\\) \\[(?<process>[\\:\\+\\-\\.\\w\\d]+)\\] (?<sourcefile>\\w+\\.cc)\\((?<method>\\S+)\\)\\:(?<line>\\d+) (\\- )?(?<body>.*)$"
"pattern": "^(?<timestamp>\\d{4}-\\d{2}-\\d{2} \\d{2}:\\d{2}:\\d{2}) <\\d> (?<hostname>\\S+)\\((?<pid>\\d+)\\) \\[(?<process>[\\:\\+\\-\\.\\w\\d]+)\\] (?<sourcefile>[\\-\\w]+\\.\\w+)\\((?<method>\\S+)\\)\\:(?<line>\\d+) (\\- )?(?<body>.*)$"
}
},
"level-field": "body",
Expand Down

0 comments on commit eb976a1

Please sign in to comment.