dgriffon commented on code in PR #530:
URL: https://github.com/apache/unomi/pull/530#discussion_r1010189218
##########
persistence-elasticsearch/core/src/main/java/org/apache/unomi/persistence/elasticsearch/conditions/ConditionESQueryBuilderDispatcher.java:
##########
@@ -83,12 +83,12 @@ public QueryBuilder buildFilter(Condition condition,
Map<String, Object> context
if (contextualCondition != null) {
return queryBuilder.buildQuery(contextualCondition, context,
this);
}
- }
-
- // if no matching
- logger.warn("No matching query builder. See debug log level for more
information");
- if (logger.isDebugEnabled()) {
- logger.debug("No matching query builder for condition {} and
context {}", condition, context);
+ } else {
Review Comment:
Don't we want to add a log when no matching condition happen too?
--
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]