Skip to content

Commit 425bdc2

Browse files
author
xuchao
committed
去掉本地log插件
1 parent ac7bc46 commit 425bdc2

File tree

1 file changed

+0
-1
lines changed
  • core/src/main/java/com/dtstack/flink/sql

1 file changed

+0
-1
lines changed

core/src/main/java/com/dtstack/flink/sql/Main.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public class Main {
3838

3939
public static void main(String[] args) throws Exception {
4040
ParamsInfo paramsInfo = ExecuteProcessHelper.parseParams(args);
41-
ExecuteProcessHelper.setLogLevel(paramsInfo);
4241
StreamExecutionEnvironment env = ExecuteProcessHelper.getStreamExecution(paramsInfo);
4342
env.execute(paramsInfo.getName());
4443
LOG.info("program {} execution success", paramsInfo.getName());

0 commit comments

Comments
 (0)