nit0906 commented on code in PR #743:
URL: https://github.com/apache/jackrabbit-oak/pull/743#discussion_r1013188125
##########
oak-search-elastic/src/main/java/org/apache/jackrabbit/oak/plugins/index/elastic/query/async/ElasticResultRowAsyncIterator.java:
##########
@@ -343,7 +341,7 @@ public void onFailure(Throwable t) {
}
LOG.error("Error retrieving data for jcr query [{}] ::
Corresponding ES query {} : closing scanner, notifying listeners",
- indexPlan.getFilter(), ElasticIndexUtils.toString(query), t);
+ indexPlan.getFilter(), query, t);
Review Comment:
ah never mind - log4j should inherently call that
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]