DIsplay erroneous log lines in orange / red
The log lines on the process state could be displayed with some colors:
- orange when
WARNING
is present on the line - red when
ERROR
orCRITICAL
are present on the line
The log lines are simply displayed through a <pre>
HTML tag, so we owuld need a component that split each line and is able to add a css class to those lines.
Refs arkindex/requests#57
Edited by Bastien Abadie