mirror of https://github.com/apache/cloudstack.git
put big log trace in firstfit planner in to trace instead of debug
This commit is contained in:
parent
b9d4d65714
commit
f5d5ed5dce
|
|
@ -429,8 +429,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>();
|
||||
|
|
|
|||
Loading…
Reference in New Issue