Github user vthacker commented on a diff in the pull request:

    https://github.com/apache/lucene-solr/pull/483#discussion_r228301278
  
    --- 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 --
    
    Is LogDeleteQueryProcessorFactory defined somewhere? Or should the class 
name be `LogUpdateProcessorFactory` ?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to