Skip to content

Commit

Permalink
Fix UserOperator config log (#9711)
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Valeri <fedevaleri@gmail.com>
  • Loading branch information
fvaleri committed Feb 20, 2024
1 parent ddbe437 commit 9f1be4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public static void main(String[] args) {

// Create and log UserOperatorConfig
UserOperatorConfig config = UserOperatorConfig.buildFromMap(System.getenv());
LOGGER.info("Cluster Operator configuration is {}", config);
LOGGER.info("UserOperator configuration is {}", config);

// Create KubernetesClient, AdminClient and KafkaUserOperator classes
ExecutorService kafkaUserOperatorExecutor = Executors.newFixedThreadPool(config.getUserOperationsThreadPoolSize(), new OperatorWorkThreadFactory());
Expand Down

0 comments on commit 9f1be4c

Please sign in to comment.