martin-g commented on code in PR #928:
URL: https://github.com/apache/wicket/pull/928#discussion_r1704994491
##########
wicket-core/src/main/java/org/apache/wicket/settings/ExceptionSettings.java:
##########
@@ -208,11 +214,43 @@ public ThreadDumpStrategy getThreadDumpStrategy()
return threadDumpStrategy;
}
- public NotRenderableErrorStrategy getNotRenderableErrorStrategy() {
+ public NotRenderableErrorStrategy getNotRenderableErrorStrategy()
+ {
return notRenderableErrorStrategy;
}
- public void setNotRenderableErrorStrategy(final
NotRenderableErrorStrategy notRenderableErrorStrategy) {
+ public void setNotRenderableErrorStrategy(
+ final NotRenderableErrorStrategy notRenderableErrorStrategy)
+ {
this.notRenderableErrorStrategy = notRenderableErrorStrategy;
}
+
+ /**
+ * Configure noisy Logging in Exceptions
+ */
+ private boolean loudExceptionLogging;
Review Comment:
Actually this should be `true` by default to preserve the current behavior.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]