Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed change
Following this thread: https://community.jeedom.com/t/tags-dans-les-logs-plus-interpretes-en-4-4-beta/118531/49?u=bad
[DEBUG]
-><span class="label label-xs label-success">DEBUG</span>
[INFO]
-><span class="label label-xs label-info">INFO</span>
[NOTICE]
-><span class="label label-xs label-info">NOTICE</span>
[WARNING]
-><span class="label label-xs label-warning">WARNING</span>
[ERROR]
-><span class="label label-xs label-danger">ERROR</span>
[CRITICAL]
-><span class="label label-xs label-danger">CRITI</span>
[ALERT]
-><span class="label label-xs label-danger">ALERT</span>
[EMERGENCY]
-><span class="label label-xs label-danger">EMERG</span>
WARNING:
-><span class="warning">WARNING</span>
[ OK ]
-><span class="label label-xs label-success">[ OK ]</span>
[ KO ]
-><span class="label label-xs label-danger">[ KO ]</span>
Erreur
-><span class="danger">Erreur</span>
OK
-><strong>OK</strong>
:bg-success:
→<span class="label label-success">
:bg-info:
→<span class="label label-info">
:bg-warning:
→<span class="label label-warning">
:bg-danger:
→<span class="label label-danger">
:/bg:
→</span>
:fg-success:
→<span class="success">
:fg-info:
→<span class="info">
:fg-warning:
→<span class="warning">
:fg-danger:
→<span class="danger">
:/fg:
→</span>
:b:
-><b>
&:/b:
-></b>
:s:
-><strong>
&:/s:
-></strong>
:i:
-><i>
&:/i:
-></i>
\r\n
&\n
&:br:
-><br>
:hide:
-><!--
&:/hide:
->-->
Type of change
Test check
Tested on Jeedom Core 4.4.1 72e5f6d
On global logs, scenario logs, plugin logs, modals
With or without colors
With or without search
Documentation
N/A