Lewis John McGibbney created NUTCH-1349:
-------------------------------------------

             Summary: Make batchId explcit within debug logging.
                 Key: NUTCH-1349
                 URL: https://issues.apache.org/jira/browse/NUTCH-1349
             Project: Nutch
          Issue Type: Improvement
          Components: indexer
    Affects Versions: nutchgora
            Reporter: Lewis John McGibbney
            Priority: Minor
             Fix For: nutchgora


I find this a pain when trying to locate the batchId of some urls which are 
skipped when going to the Solr index. My DEBUG log output gives me
{code}
2012-05-03 20:44:55,268 DEBUG indexer.IndexerJob (IndexerJob.java:map(83)) - 
Skipping http://www.glasgowwheelers.com/; different batch id
2012-05-03 20:44:55,259 DEBUG indexer.IndexerJob (IndexerJob.java:map(83)) - 
Skipping http://www.heraldscotland.com/; different batch id
{code}

when I would actually like

{code}
2012-05-03 20:44:55,268 DEBUG indexer.IndexerJob (IndexerJob.java:map(83)) - 
Skipping http://www.glasgowwheelers.com/; different batch id (ACTUAL BATCH ID)
2012-05-03 20:44:55,259 DEBUG indexer.IndexerJob (IndexerJob.java:map(83)) - 
Skipping http://www.heraldscotland.com/; different batch id (ACTUAL BATCH ID)
{code} 

patch coming up soon

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to