Skip to content

Commit 46006c5

Browse files
committed
Try finer
1 parent c8c3888 commit 46006c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator/src/main/java/oracle/kubernetes/operator/helpers/ClientPool.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public void run() {
4040
r.run();
4141
} catch (Throwable t) {
4242
// These will almost always be spurious exceptions
43-
LOGGER.fine(MessageKeys.EXCEPTION, t);
43+
LOGGER.finer(MessageKeys.EXCEPTION, t);
4444
}
4545
}
4646
};

0 commit comments

Comments
 (0)