sergehuber commented on code in PR #530:
URL: https://github.com/apache/unomi/pull/530#discussion_r1010203099


##########
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:
   It's just that the event doesn't have a value for a parameter, which can 
happen on a lot of events. I think it might be too much noise to add a log for 
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]

Reply via email to