Skip to content

Commit

Permalink
Prettifier catch build pipeline messages (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
niezbop authored Apr 19, 2018
1 parent db12c15 commit 79bb928
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions config/log_rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,22 @@
"end_message": "[LOG] %{file}(line %{line}): %{message}",
"type": "error"
},
"build_pipeline_message": {
"active": true,
"start_pattern": "UnityEditor\\.BuildPipeline:BuildPlayerInternalNoCheck",
"fetch_first_line_not_matching": [
"UnityEditor\\.",
"^\\n",
"^\\t",
"^ "
],
"fetched_line_pattern": "(?<message>.*)\\n",
"fetched_line_message": false,
"start_message": false,
"end_pattern": "Filename: (?:.+/(?<file>\\w+\\.\\w+\\.\\w+))? Line: (?<line>-?\\d+)",
"end_message": "[LOG] %{file}(line %{line}): %{message}",
"type": "warning"
},
"batchmode_exit": {
"active": true,
"start_pattern": "Exiting batchmode successfully now!",
Expand Down

0 comments on commit 79bb928

Please sign in to comment.