Loading dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/log/LoggerRequestProcessor.java +1 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,7 @@ public class LoggerRequestProcessor implements NettyRequestProcessor { Boolean status = true; try { if (taskLogFile.exists()){ taskLogFile.delete(); status = taskLogFile.delete(); } }catch (Exception e){ status = false; Loading Loading
dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/log/LoggerRequestProcessor.java +1 −1 Original line number Diff line number Diff line Loading @@ -96,7 +96,7 @@ public class LoggerRequestProcessor implements NettyRequestProcessor { Boolean status = true; try { if (taskLogFile.exists()){ taskLogFile.delete(); status = taskLogFile.delete(); } }catch (Exception e){ status = false; Loading