You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-cloud-kubernetes-commons/src/main/java/org/springframework/cloud/kubernetes/commons/config/ConfigUtils.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -233,7 +233,7 @@ public static MultipleSourcesContainer processNamedData(List<StrippedSourceConta
233
233
}
234
234
}
235
235
else {
236
-
LOG.warn("sourceName : " + sourceName + " was requested, but not found in namespace : " + namespace);
236
+
LOG.debug("sourceName : " + sourceName + " was requested, but not found in namespace : " + namespace);
0 commit comments