config/log_rules.json in u3d-1.0.9 vs config/log_rules.json in u3d-1.0.10
- old
+ new
@@ -59,10 +59,10 @@
"^\\n"
],
"fetched_line_pattern": "(?<message>.*)\\n",
"fetched_line_message": false,
"start_message": false,
- "end_pattern": "Filename: (?:[\\w/:]+/(?<file>\\w+\\.\\w+))? Line: (?<line>-?\\d+)",
+ "end_pattern": "Filename: (?:.+/(?<file>\\w+\\.\\w+))? Line: (?<line>-?\\d+)",
"end_message": "[LOG] %{file}(line %{line}): %{message}"
},
"log_assertion": {
"active": true,
"start_pattern": "UnityEngine\\.Debug:LogAssertion\\(Object\\)",