Skip to content

Commit fdeee97

Browse files
committed
Merge branch '2.4.x'
Closes gh-24684
2 parents 86bb3b7 + 48661e7 commit fdeee97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/diagnostics/FailureAnalyzers.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2020 the original author or authors.
2+
* Copyright 2012-2021 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -121,7 +121,7 @@ private FailureAnalysis analyze(Throwable failure, List<FailureAnalyzer> analyze
121121
}
122122
}
123123
catch (Throwable ex) {
124-
logger.debug(LogMessage.format("FailureAnalyzer %s failed", analyzer), ex);
124+
logger.trace(LogMessage.format("FailureAnalyzer %s failed", analyzer), ex);
125125
}
126126
}
127127
return null;

0 commit comments

Comments
 (0)