Skip to content

Commit 2dbd897

Browse files
committed
add log statement
Signed-off-by: wind57 <[email protected]>
1 parent 977f324 commit 2dbd897

File tree

1 file changed

+3
-0
lines changed
  • spring-cloud-kubernetes-commons/src/main/java/org/springframework/cloud/kubernetes/commons/config

1 file changed

+3
-0
lines changed

spring-cloud-kubernetes-commons/src/main/java/org/springframework/cloud/kubernetes/commons/config/ConfigUtils.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,9 @@ public static MultipleSourcesContainer processNamedData(List<StrippedSourceConta
229229
environment, includeDefaultProfileData));
230230
}
231231
}
232+
else {
233+
LOG.warn("sourceName : " + sourceName + " was requested, but not found in namespace : " + namespace);
234+
}
232235
});
233236

234237
return new MultipleSourcesContainer(foundSourceNames, data);

0 commit comments

Comments
 (0)