Skip to content

Commit d153b16

Browse files
committed
change log level to warning for formula modification
Signed-off-by: Etienne LESOT <etienne.lesot@rte-france.com>
1 parent 3e862d1 commit d153b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/gridsuite/modification/modifications/byfilter/ByFormulaModification.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ private boolean reportErrorOnEquipment(Identifiable<?> equipment, List<String> n
8989
.withResourceBundles(NetworkModificationReportResourceBundle.BASE_NAME)
9090
.withMessageTemplate(reportKey)
9191
.withUntypedValue(VALUE_KEY_EQUIPMENT_NAME, equipment.getId())
92-
.withSeverity(TypedValue.DETAIL_SEVERITY)
92+
.withSeverity(TypedValue.WARN_SEVERITY)
9393
.build());
9494
return false;
9595
}

0 commit comments

Comments
 (0)