Skip to content
Snippets Groups Projects
Commit dcf5c80c authored by Sören Henning's avatar Sören Henning
Browse files

Enhance log statement in CU2

parent 73536b95
No related branches found
No related tags found
1 merge request!90Migrate Flink benchmark implementation
Pipeline #2216 canceled
This commit is part of merge request !90. Comments created here will be created in the context of that merge request.
......@@ -133,9 +133,7 @@ public class HistoryServiceFlinkJob {
}).name("map")
.addSink(kafkaSink).name("[Kafka Producer] Topic: " + outputTopic);
if (LOGGER.isInfoEnabled()) {
LOGGER.info("Execution Plan: " + env.getExecutionPlan());
}
LOGGER.info("Execution plan: {}", env.getExecutionPlan());
try {
env.execute(applicationId);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment