Dear Team,
No, we don't see any logical pattern on the colors.
Only the color of the "priority" column seems to be correct.
In fact, the same lines are colored different if you are seeing the page 1, the page 2 or the page 3. (Even more convinations)
I attach a few captures where you can see that effect.
Also I paste here some html example where I mark (in red) the css classes that we thing they has been asigned incorrectly. (in blue are correct)
Page 1 sample:
<tr class="">
<td class="state-marker"></td>
<td class="syslog text-nowrap"><a class="" style="cursor: pointer;" data-rel="tooltip" data-tooltip="2023-07-25 13:01:04">43m 17s</a></td>
<td style="width: 95px"><span class="label label-primary">Informational (6)</span></td>
<td><span class="label label-success">MGD</span> <span class="label label-warning">UI_CHILD_STATUS</span> Cleanup child '/proc/7256/file', PID 424, status 0</td>
</tr>
<tr class="">
<td class="state-marker"></td>
<td class="syslog text-nowrap"><a class="" style="cursor: pointer;" data-rel="tooltip" data-tooltip="2023-07-25 13:01:04">43m 17s</a></td>
<td style="width: 95px"><span class="label label-primary">Informational (6)</span></td>
<td><span class="label label-success">MGD</span> <span class="label label-error">UI_CHILD_START</span> Starting child '/proc/7256/file'</td>
</tr>
Page 2 sample:
<tr class="">
<td class="state-marker"></td>
<td class="syslog text-nowrap"><a class="" style="cursor: pointer;" data-rel="tooltip" data-tooltip="2023-07-25 13:01:04">48m 30s</a></td>
<td style="width: 95px"><span class="label label-primary">Informational (6)</span></td>
<td><span class="label label-primary">MGD</span> <span class="label label-primary">UI_CHILD_START</span> Starting child '/usr/sbin/srd'</td>
</tr>
<tr class="">
<td class="state-marker"></td>
<td class="syslog text-nowrap"><a class="" style="cursor: pointer;" data-rel="tooltip" data-tooltip="2023-07-25 13:01:04">48m 30s</a></td>
<td style="width: 95px"><span class="label label-primary">Informational (6)</span></td>
<td><span class="label label-primary">MGD</span> <span class="label label-success">UI_CHILD_STATUS</span> Cleanup child '/usr/sbin/mobiled', PID 422, status 0</td>
</tr>
The system automatically generates label colours for the tags so that identical tags have the same colour for visual identification and so you can visually correlate lines quickly.
For example all MGD and all SSH tags have the same colour.
These colours are assigned automatically and have no actual meaning by themselves, they're just used for visual categorisation.