Skip to content

Commit 02e896e

Browse files
author
dapeng
committed
移除launcher的日志设置
1 parent 228c935 commit 02e896e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

launcher/src/main/java/com/dtstack/flink/sql/launcher/LauncherMain.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ public static void main(String[] args) throws Exception {
8484
confProp = URLDecoder.decode(confProp, Charsets.UTF_8.toString());
8585
Properties confProperties = PluginUtil.jsonStrToObject(confProp, Properties.class);
8686

87-
setLogLevel(confProperties.getProperty(ConfigConstrant.LOG_LEVEL_KEY));
88-
8987
if(mode.equals(ClusterMode.local.name())) {
9088
String[] localArgs = argList.toArray(new String[argList.size()]);
9189
Main.main(localArgs);

0 commit comments

Comments
 (0)