Skip to content

Commit b274662

Browse files
authored
Merge pull request #72 from reactivegroup/feature/metrics
Feature/metrics
2 parents 3302af0 + bfead7b commit b274662

File tree

1 file changed

+1
-1
lines changed
  • sdk-infrastructure/src/main/java/group/rxcloud/capa/infrastructure/utils

1 file changed

+1
-1
lines changed

sdk-infrastructure/src/main/java/group/rxcloud/capa/infrastructure/utils/SpiUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public static <T> T loadFromSpiComponentFileNullable(Class<T> type, Class[] argT
114114
}
115115
return null;
116116
} catch (Throwable e) {
117-
log.warn("Fail to load " + type.getName() + " instance from spi config file.", e);
117+
log.info("Fail to load " + type.getName() + " instance from spi config file.");
118118
}
119119
return null;
120120
}

0 commit comments

Comments
 (0)