|
|
@@ -218,7 +218,6 @@ public class TaskServiceImpl implements TaskService {
|
|
|
@Override
|
|
|
public void run() {
|
|
|
try {
|
|
|
- logger.info("Task run...");
|
|
|
Executable command = taskInformation.getCommand();
|
|
|
String result = command.execute();
|
|
|
saveLog(new TaskLog(taskInformation, new Date(), result));
|