Joerg Hoh created OAK-12135:
-------------------------------
Summary: FulltextIndex: Don't log twice for the same exception
Key: OAK-12135
URL: https://issues.apache.org/jira/browse/OAK-12135
Project: Jackrabbit Oak
Issue Type: Improvement
Components: search
Reporter: Joerg Hoh
{noformat:title=FulltextIndex.getPlans()}
} catch (Exception e) {
LOG.error("Error getting plan for {}", path);
LOG.error("Exception:", e);
} finally {
{noformat}
1 log statement is sufficient here.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)