@ -174,7 +174,9 @@ public class JobLauncherCommandLineRunner implements CommandLineRunner, Ordered,
@@ -174,7 +174,9 @@ public class JobLauncherCommandLineRunner implements CommandLineRunner, Ordered,
@ -194,7 +196,9 @@ public class JobLauncherCommandLineRunner implements CommandLineRunner, Ordered,
@@ -194,7 +196,9 @@ public class JobLauncherCommandLineRunner implements CommandLineRunner, Ordered,
execute(job,jobParameters);
}
catch(NoSuchJobExceptionex){
logger.debug("No job found in registry for job name: "+jobName);
if(logger.isDebugEnabled()){
logger.debug("No job found in registry for job name: "+jobName);
@ -113,7 +113,9 @@ final class FailureAnalyzers implements SpringBootExceptionReporter {
@@ -113,7 +113,9 @@ final class FailureAnalyzers implements SpringBootExceptionReporter {