Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.3.1
-
None
-
None
Description
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:
private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());
(cf. SOLR-8324)
Attachments
Issue Links
- supercedes
-
NUTCH-2345 FetchItemQueue logs are logged with wrong class name
- Closed
- links to