We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c801d commit ff2addbCopy full SHA for ff2addb
spring-boot/src/main/java/org/springframework/boot/LoggedExceptionHandler.java
@@ -72,6 +72,8 @@ private boolean isPassedToParent(Throwable ex) {
72
/**
73
* Check if the exception is a log configuration message, i.e. the log call might not
74
* have actually output anything.
75
+ * @param ex the source exception
76
+ * @return {@code true} if the exception contains a log configuration message
77
*/
78
private boolean isLogConfigurationMessage(Throwable ex) {
79
String message = ex.getMessage();
0 commit comments