Skip to content

Commit a027c1d

Browse files
author
Joey Yang
committed
fix log level
1 parent 18e5ed4 commit a027c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/top/code2life/config/DynamicConfigPropertiesWatcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ private void reloadChangedFile(Path path, boolean forceReload) {
197197
}
198198
PropertySourceMeta propertySourceMeta = PROPERTY_SOURCE_META_MAP.get(absPathStr.replaceAll("\\\\", "/"));
199199
if (propertySourceMeta == null) {
200-
log.warn("changed file at config location is not recognized: {}", absPathStr);
200+
log.debug("changed file at config location is not recognized: {}", absPathStr);
201201
return;
202202
}
203203
long currentModTs = Files.getLastModifiedTime(absPath).toMillis();

0 commit comments

Comments
 (0)