Log Plugin - level sorting should be by level
---------------------------------------------
Key: FELIX-2245
URL: https://issues.apache.org/jira/browse/FELIX-2245
Project: Felix
Issue Type: Improvement
Components: Web Console
Affects Versions: webconsole-3.0.0
Reporter: Valentin Valchev
Currently the sorting by log level is performed by the name of the level
As example, the order is:
DEBUG
ERROR
INFO
WARNING
However, the name ordering is not the same as level ordering, which should be
ERROR (1)
WARNING (2)
INFO (3)
DEBUG (4)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.