mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
put big log trace in firstfit planner in to trace instead of debug
This commit is contained in:
parent
c537d8a00b
commit
1d2a529556
@ -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>();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user