mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-11-30 03:08:01 +08:00
[Improvement][task-plugin] Remove unreasonable log (#8115)
This commit is contained in:
parent
d379137908
commit
0057cf3fe7
@ -314,7 +314,6 @@ public abstract class AbstractCommandExecutor {
|
||||
getOutputLogService.submit(() -> {
|
||||
try (BufferedReader inReader = new BufferedReader(new InputStreamReader(process.getInputStream()))) {
|
||||
String line;
|
||||
logBuffer.add("welcome to use bigdata scheduling system...");
|
||||
while ((line = inReader.readLine()) != null) {
|
||||
if (line.startsWith("${setValue(")) {
|
||||
varPool.append(line, "${setValue(".length(), line.length() - 2);
|
||||
|
Loading…
Reference in New Issue
Block a user