Skip to content

Commit bef8def

Browse files
committed
Drop domain listing to FINE
1 parent 5778723 commit bef8def

File tree

1 file changed

+1
-1
lines changed
  • operator/src/main/java/oracle/kubernetes/operator

1 file changed

+1
-1
lines changed

operator/src/main/java/oracle/kubernetes/operator/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ public NextAction apply(Packet packet) {
387387
}
388388

389389
private static Step readExistingDomains(String ns) {
390-
LOGGER.info(MessageKeys.LISTING_DOMAINS);
390+
LOGGER.fine(MessageKeys.LISTING_DOMAINS);
391391
return callBuilderFactory.create().listDomainAsync(ns, new DomainListStep(ns));
392392
}
393393

0 commit comments

Comments
 (0)