Skip to content

Commit bfead7b

Browse files
authored
Merge pull request #71 from JasmineJ1230/feature/metrics
Change the log level while config file is not exists for telemetry.
2 parents 45b8576 + 39f5b60 commit bfead7b

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)