Skip to content

Commit 4bda2fa

Browse files
committed
Merge branch '3.3.x'
2 parents 6548df9 + eba010a commit 4bda2fa

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ public static MultipleSourcesContainer processNamedData(List<StrippedSourceConta
233233
}
234234
}
235235
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);
237237
}
238238
});
239239

0 commit comments

Comments
 (0)