Merge branch '2.1.x'
Closes gh-18682
This commit is contained in:
@@ -113,7 +113,9 @@ final class FailureAnalyzers implements SpringBootExceptionReporter {
|
||||
}
|
||||
}
|
||||
catch (Throwable ex) {
|
||||
logger.debug("FailureAnalyzer " + analyzer + " failed", ex);
|
||||
if (logger.isDebugEnabled()) {
|
||||
logger.debug("FailureAnalyzer " + analyzer + " failed", ex);
|
||||
}
|
||||
}
|
||||
}
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user