@ -158,9 +159,7 @@ public class JobLauncherCommandLineRunner implements CommandLineRunner, Ordered,
@@ -158,9 +159,7 @@ public class JobLauncherCommandLineRunner implements CommandLineRunner, Ordered,
@ -180,9 +179,7 @@ public class JobLauncherCommandLineRunner implements CommandLineRunner, Ordered,
@@ -180,9 +179,7 @@ public class JobLauncherCommandLineRunner implements CommandLineRunner, Ordered,
execute(job,jobParameters);
}
catch(NoSuchJobExceptionex){
if(logger.isDebugEnabled()){
logger.debug("No job found in registry for job name: "+jobName);
}
logger.debug(LogMessage.format("No job found in registry for job name: %s",jobName));
@ -113,9 +114,7 @@ final class FailureAnalyzers implements SpringBootExceptionReporter {
@@ -113,9 +114,7 @@ final class FailureAnalyzers implements SpringBootExceptionReporter {