-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpico_custom_log_format.xml
More file actions
19 lines (19 loc) · 2.15 KB
/
pico_custom_log_format.xml
File metadata and controls
19 lines (19 loc) · 2.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<State>
<highlightingPatterns>
<LogHighlightingPattern enabled="true" pattern="^\s*(e(rror)?|severe)\s*$" action="HIGHLIGHT_LINE" fg="-39836" bold="true" italic="false" stripe="true" uuid="de2d3bb2-78c9-4beb-835e-d483c35c07b6" />
<LogHighlightingPattern enabled="true" pattern="^\s*w(arn(ing)?)?\s*$" action="HIGHLIGHT_LINE" fg="-6329600" bold="true" italic="false" stripe="false" uuid="11ff1574-2118-4722-905a-61bec89b079e" />
<LogHighlightingPattern enabled="true" pattern="^\s*i(nfo)?\s*$" action="HIGHLIGHT_LINE" fg="-10316203" bold="false" italic="false" stripe="false" uuid="5e882ebc-2179-488b-8e1a-2fe488636f36" />
</highlightingPatterns>
<hiddenSubstrings />
<parsingPatterns>
<LogParsingPattern enabled="true" name="Pipe-separated" pattern="^(?s)([^|]*)\|([^|]*)\|([^|]*)\|(.*)$" timePattern="HH:mm:ss.SSS" linePattern="^\d" timeId="0" severityId="1" categoryId="2" fullmatch="false" uuid="b5772998-bf1e-4d9d-ab41-da0b86451163" />
<LogParsingPattern enabled="true" name="IntelliJ IDEA" pattern="^([^\[]+)(\[[\s\d]+])\s*(\w*)\s*-\s*(\S*)\s*-(.+)$" timePattern="yyyy-MM-dd HH:mm:ss,SSS" linePattern="^\d" timeId="0" severityId="2" categoryId="3" fullmatch="false" uuid="8a0e8992-94cb-4f4c-8be2-42b03609626b" />
<LogParsingPattern enabled="true" name="TeamCity build log" pattern="^\[([^]]+)](.):\s*(\[[^]]+])?(.*)$" timePattern="HH:mm:ss" linePattern="^\[" timeId="0" severityId="1" categoryId="2" fullmatch="false" uuid="e9fa2755-8390-42f5-a41e-a909c58c8cf9" />
<LogParsingPattern enabled="true" name="PICO" pattern="(PICO) \[(\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}\+\d{2}:\d{2})\]:(.*)" timePattern="\d{4}-\d{2}-\d{2}.\d{2}:\d{2}:\d{2}\.\d{3}\+\d{2}:\d{2}" linePattern="PICO" timeId="1" severityId="-1" categoryId="0" fullmatch="true" uuid="8fe8d698-b1d1-41a4-be93-61feb9d48577" />
</parsingPatterns>
<settingsVersion>7</settingsVersion>
<lastAddedDefaultFormat>b5772998-bf1e-4d9d-ab41-da0b86451163,8a0e8992-94cb-4f4c-8be2-42b03609626b,e9fa2755-8390-42f5-a41e-a909c58c8cf9</lastAddedDefaultFormat>
<errorStripeModel>heatmap</errorStripeModel>
<readonlySizeThreshold>16</readonlySizeThreshold>
<highlight_links>true</highlight_links>
</State>