}
private boolean evaluateConditionSet(Integer alertDefinitionId) {
List<AlertConditionLog> unmatchedLogs = this.getUnmatchedLogsByAlertDefinitionId(alertDefinitionId);
BooleanExpression expression = alertConditionLogManager.getConditionExpression(alertDefinitionId);
if (expression == BooleanExpression.ANY) {
if (log.isDebugEnabled()) {
int conditionSetSize = alertConditionLogManager.getConditionCount(alertDefinitionId);
log.debug("Need only 1 of " + conditionSetSize + " conditions to be true, " + "found "