Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Implemented
-
1.16
-
None
-
None
-
Patch Available
Description
Nutch uses slf4j's Logger (since NUTCH-851), but there are still many places where parametrized logging is not used or parameters are needless converted to strings before the call. This issue aims to improve the situation for commonly used tools and plugins in order to simplify code and improve the logging performance. A PR is on the way.