Github user tirthmehta1994 commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/483#discussion_r228394789
--- Diff: solr/server/resources/log4j2.xml ---
@@ -67,6 +67,10 @@
<Logger name="org.apache.solr.core.SolrCore.SlowRequest" level="info"
additivity="false">
<AppenderRef ref="SlowFile"/>
</Logger>
+ <Logger
name="org.apache.solr.update.processor.LogDeleteQueryProcessorFactory"
level="warn"/>
+ <Logger
name="org.apache.solr.update.processor.LogDeleteQueryProcessorFactory.delete"
level="info" additivity="false">
--- End diff --
Yup, it should have been LogUpdateProcessorFactory itself, since the
changes are planned in LogUpdateProcessorFactory class itself. I have made the
changes accordingly.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]