You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Furkan KAMACI (JIRA)" <ji...@apache.org> on 2017/01/18 19:57:26 UTC

[jira] [Created] (NUTCH-2352) Log with Generic Class Name at Nutch 1.x

Furkan KAMACI created NUTCH-2352:
------------------------------------

             Summary: Log with Generic Class Name at Nutch 1.x
                 Key: NUTCH-2352
                 URL: https://issues.apache.org/jira/browse/NUTCH-2352
             Project: Nutch
          Issue Type: Improvement
    Affects Versions: 1.12
            Reporter: Furkan KAMACI
            Assignee: Furkan KAMACI
            Priority: Minor
             Fix For: 1.13


There are many mistakes when some reference code is copied and created a new class and a logger is used. We can log with a generic class name to avoid it as like:

{code:java}
private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());
{code}

(cf. SOLR-8324)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)