Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-2644

DIH handler - when using threads=2 the default logging is set too high

    XMLWordPrintableJSON

Details

    Description

      Setting threads parameter in DIH handler, every add outputs to the log in INFO level.
      The only current solution is to set the following in log4j.properties:

      log4j.rootCategory=INFO, logfile
      log4j.logger.org.apache.solr.handler.dataimport.DocBuilder=FATAL
      log4j.logger.org.apache.solr.handler.dataimport.ThreadedEntityProcessorWrapper=FATAL

      These 2 log messages need to be changed to DEBUG.

      Attachments

        1. SOLR-2644.patch
          2 kB
          Shalin Shekhar Mangar
        2. SOLR-2644.patch
          0.6 kB
          Shalin Shekhar Mangar
        3. SOLR-2644-2.patch
          2 kB
          Bill Bell

        Activity

          People

            shalin Shalin Shekhar Mangar
            billnbell Bill Bell
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: