Reverting back to the debug logs.

revert-70aa11f8
sinthuja 7 years ago
parent ade596d3c4
commit f59202c0c3

@ -113,12 +113,12 @@ public class QueryBuilderImpl implements QueryBuilder {
queries.put(Constants.LOCATION, this.processLocation(locCondition)); queries.put(Constants.LOCATION, this.processLocation(locCondition));
} }
// if (log.isDebugEnabled()) { if (log.isDebugEnabled()) {
log.info("General Query : " + queries.get(Constants.GENERAL)); log.debug("General Query : " + queries.get(Constants.GENERAL));
log.info("Property with AND Query : " + queries.get(Constants.PROP_AND)); log.debug("Property with AND Query : " + queries.get(Constants.PROP_AND));
log.info("Property with OR Query : " + queries.get(Constants.PROP_OR)); log.debug("Property with OR Query : " + queries.get(Constants.PROP_OR));
log.info("Location related Query : " + queries.get(Constants.LOCATION)); log.debug("Location related Query : " + queries.get(Constants.LOCATION));
// } }
return queries; return queries;
} }

Loading…
Cancel
Save