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.
2 parents 83287c6 + 02e896e commit 1bdc3ebCopy full SHA for 1bdc3eb
launcher/src/main/java/com/dtstack/flink/sql/launcher/LauncherMain.java
@@ -84,8 +84,6 @@ public static void main(String[] args) throws Exception {
84
confProp = URLDecoder.decode(confProp, Charsets.UTF_8.toString());
85
Properties confProperties = PluginUtil.jsonStrToObject(confProp, Properties.class);
86
87
- setLogLevel(confProperties.getProperty(ConfigConstrant.LOG_LEVEL_KEY));
88
-
89
if(mode.equals(ClusterMode.local.name())) {
90
String[] localArgs = argList.toArray(new String[argList.size()]);
91
Main.main(localArgs);
0 commit comments