put big log trace in firstfit planner in to trace instead of debug

This commit is contained in:
Alex Huang 2011-07-11 14:37:36 -07:00
parent c537d8a00b
commit 1d2a529556

View File

@ -430,8 +430,8 @@ public class FirstFitPlanner extends PlannerBase implements DeploymentPlanner {
Map<Long, List<Long>> podClusterMap = _clusterDao.getPodClusterIdMap(clusterIds);
if (s_logger.isDebugEnabled()) {
s_logger.debug("Pod To cluster Map is: "+podClusterMap );
if (s_logger.isTraceEnabled()) {
s_logger.trace("Pod To cluster Map is: "+podClusterMap );
}
List<Long> reorderedClusters = new ArrayList<Long>();