mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Reverting back to the debug logs.
This commit is contained in:
parent
ade596d3c4
commit
f59202c0c3
@ -113,12 +113,12 @@ public class QueryBuilderImpl implements QueryBuilder {
|
||||
queries.put(Constants.LOCATION, this.processLocation(locCondition));
|
||||
}
|
||||
|
||||
// if (log.isDebugEnabled()) {
|
||||
log.info("General Query : " + queries.get(Constants.GENERAL));
|
||||
log.info("Property with AND Query : " + queries.get(Constants.PROP_AND));
|
||||
log.info("Property with OR Query : " + queries.get(Constants.PROP_OR));
|
||||
log.info("Location related Query : " + queries.get(Constants.LOCATION));
|
||||
// }
|
||||
if (log.isDebugEnabled()) {
|
||||
log.debug("General Query : " + queries.get(Constants.GENERAL));
|
||||
log.debug("Property with AND Query : " + queries.get(Constants.PROP_AND));
|
||||
log.debug("Property with OR Query : " + queries.get(Constants.PROP_OR));
|
||||
log.debug("Location related Query : " + queries.get(Constants.LOCATION));
|
||||
}
|
||||
return queries;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user