mirror of
https://github.com/PowerJob/PowerJob.git
synced 2025-07-17 00:00:04 +08:00
[opt] optmize ScriptProcessor's online log
This commit is contained in:
parent
eb9dc8f2ed
commit
8c5173a7fb
@ -96,7 +96,6 @@ public abstract class ScriptProcessor implements BasicProcessor {
|
||||
}
|
||||
String result = String.format("[INPUT]: %s;[ERROR]: %s", inputSB.toString(), errorSB.toString());
|
||||
|
||||
omsLogger.info("SYSTEM===> ScriptProcessor finished process");
|
||||
return new ProcessResult(true, result);
|
||||
}catch (InterruptedException ie) {
|
||||
omsLogger.info("SYSTEM===> ScriptProcessor has been interrupted");
|
||||
|
Loading…
x
Reference in New Issue
Block a user