Skip to content

Commit 778a237

Browse files
committed
less noise
1 parent d62be4f commit 778a237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common-tools/clas-utils/src/main/java/org/jlab/utils/system/FileSystemExecScan.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public boolean scan(String... dirs){
5656
for(String dir : dirs){
5757
if (checkDirectory(dir)) {
5858
for (String s : systemProperties) {
59-
LOGGER.info(String.format("Setting property : %s to %s",s,dir));
59+
LOGGER.fine(String.format("Setting property : %s to %s",s,dir));
6060
System.setProperty(s, SUBSTITUTOR.replace(dir));
6161
}
6262
return true;

0 commit comments

Comments
 (0)