Sebastian Nagel created NUTCH-2566:
--------------------------------------
Summary: Fix exception log messages
Key: NUTCH-2566
URL: https://issues.apache.org/jira/browse/NUTCH-2566
Project: Nutch
Issue Type: Improvement
Affects Versions: 1.15
Reporter: Sebastian Nagel
Fix For: 1.15
Some log messages use erroneously {{"{}"}} in combination with a Throwable
object. That's not placed in the log message by org.slf4j.Logger but added
after the message:
{noformat}
CrawlDbMerge job failed {}
org.apache.hadoop.mapreduce.lib.input.InvalidInputException: Input path does
not exist: file:...crawldb/current
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)