[mob] More logs on breaking cluster
This commit is contained in:
parent
744ded4922
commit
15f9176208
1 changed files with 4 additions and 0 deletions
|
@ -456,6 +456,10 @@ class ClusterFeedbackService {
|
|||
});
|
||||
final amountOfNewClusters = clusterIdToCount.length;
|
||||
|
||||
_logger.info(
|
||||
'Broke up cluster $clusterID into $amountOfNewClusters clusters \n ${clusterIdToCount.toString()}',
|
||||
);
|
||||
|
||||
return clusterIdToFaceIds;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue