Skip to content

Commit 05d3525

Browse files
committed
change message level
Signed-off-by: Arun Venmany <arun.kumar.v.n@ibm.com>
1 parent 1450f9d commit 05d3525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/openliberty/tools/common/plugins/config/ServerConfigDocument.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ private String resolveExpansionProperties(Properties props, String value, String
381381
finalReplacement = matcher.group(0); // Keep original
382382
}
383383
matcher.appendReplacement(sb, Matcher.quoteReplacement(finalReplacement));
384-
log.debug(String.format("Resolving Property %s for %s. Resolved value is %s", varName , value , sb));
384+
log.info(String.format("Resolving Property %s for expression %s. Resolved value is %s", varName , value , sb));
385385
}
386386
// 4. Finalize the string
387387
matcher.appendTail(sb);

0 commit comments

Comments
 (0)