szhou1998 commented on code in PR #2703:
URL: https://github.com/apache/solr/pull/2703#discussion_r1813351228
##########
solr/core/src/java/org/apache/solr/servlet/SolrDispatchFilter.java:
##########
@@ -133,6 +134,9 @@ public SolrDispatchFilter() {}
@Override
public void init(FilterConfig config) throws ServletException {
try {
+ SLF4JBridgeHandler.removeHandlersForRootLogger();
+ SLF4JBridgeHandler.install();
Review Comment:
Would that change be in this file?
https://github.com/apache/solr/blob/457ca3668a8906277f8f638af9c740b57f2a2a20/solr/server/etc/jetty.xml#L8
Do you know what it would look like?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]