We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 629c781 commit 7cbf736Copy full SHA for 7cbf736
operator-framework/src/main/java/com/github/containersolutions/operator/ControllerUtils.java
@@ -17,7 +17,7 @@ public class ControllerUtils {
17
18
private final static double JAVA_VERSION = Double.parseDouble(System.getProperty("java.specification.version"));
19
20
- private final static Logger log = LoggerFactory.getLogger(Operator.class);
+ private final static Logger log = LoggerFactory.getLogger(ControllerUtils.class);
21
22
// this is just to support testing, this way we don't try to create class multiple times in memory with same name.
23
// note that other solution is to add a random string to doneable class name
0 commit comments