Skip to content

Commit baa5539

Browse files
authored
Use logs detail severity (#20)
1 parent 8ecbd81 commit baa5539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/gridsuite/dynamicsecurityanalysis/server/service/DynamicSecurityAnalysisWorkerService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ private static void enrichContingenciesTimelineReport(SecurityAnalysisReport sec
297297
.add();
298298
for (LimitViolation limitViolation : limitViolations) {
299299
limitViolationsReportNode.newReportNode()
300-
.withSeverity(TypedValue.TRACE_SEVERITY)
300+
.withSeverity(TypedValue.DETAIL_SEVERITY)
301301
.withMessageTemplate("dynamicsecurityanalysis.server.limitViolation")
302302
.withUntypedValue("count", limitViolations.indexOf(limitViolation) + 1)
303303
.withUntypedValue("limitViolation", limitViolation.toString())

0 commit comments

Comments
 (0)