Revert "@ExceptionHandler methods logs at DEBUG level again"
This reverts commit 162112.
Instead we'll go for a bigger rollback of the change from SPR-17178 so
that only DefaultHandlerExceptionResolver does warn logging by default.
Issue: SPR-17388
@ -135,18 +135,11 @@ public abstract class AbstractHandlerExceptionResolver implements HandlerExcepti
@@ -135,18 +135,11 @@ public abstract class AbstractHandlerExceptionResolver implements HandlerExcepti
logger.warn("Resolved ["+ex+"]"+(result.isEmpty()?"":" to "+result));
}
// Log with warnLogger (requires explicit config)
// warnLogger with full stack trace (requires explicit config)
logException(ex,request);
}
returnresult;
@ -186,16 +179,6 @@ public abstract class AbstractHandlerExceptionResolver implements HandlerExcepti
@@ -186,16 +179,6 @@ public abstract class AbstractHandlerExceptionResolver implements HandlerExcepti
@ -491,10 +491,4 @@ public class ExceptionHandlerExceptionResolver extends AbstractHandlerMethodExce
@@ -491,10 +491,4 @@ public class ExceptionHandlerExceptionResolver extends AbstractHandlerMethodExce