renoth commented on code in PR #928:
URL: https://github.com/apache/wicket/pull/928#discussion_r1690307949


##########
wicket-core/src/main/java/org/apache/wicket/request/cycle/RequestCycle.java:
##########
@@ -372,9 +372,7 @@ protected IRequestHandler handleException(final Exception e)
                         * Call out the fact that we are processing an 
exception in a loud way, helps to notice
                         * them when developing even if they get wrapped or 
processed in a custom handler.
                         */
-                       logExtra.warn("********************************");
-                       logExtra.warn("Handling the following exception", e);
-                       logExtra.warn("********************************");
+                       logExtra.warn("###***===--- Handling the following 
exception ---===***###", e);

Review Comment:
   Its the lines with **************************, they spam the log with no 
informational value



-- 
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]

Reply via email to