[ https://issues.apache.org/jira/browse/NUTCH-2351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15826779#comment-15826779 ]
Sebastian Nagel commented on NUTCH-2351: ---------------------------------------- Obsoletes NUTCH-2345 where this improvement was suggested by [~lewismc]. > Log with Generic Class Name at Nutch 2.x > ---------------------------------------- > > Key: NUTCH-2351 > URL: https://issues.apache.org/jira/browse/NUTCH-2351 > Project: Nutch > Issue Type: Improvement > Affects Versions: 2.3.1 > Reporter: Furkan KAMACI > Assignee: Furkan KAMACI > Priority: Minor > Fix For: 2.4 > > > 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)