Skip to content

Commit 2319e3a

Browse files
Handle logs detail severity (#754)
Signed-off-by: Franck LECUYER <[email protected]>
1 parent 2a0737f commit 2319e3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/gridsuite/study/server/StudyConstants.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ public enum Severity {
9898
UNKNOWN,
9999
TRACE,
100100
DEBUG,
101+
DETAIL,
101102
INFO,
102103
WARN,
103104
ERROR,

0 commit comments

Comments
 (0)