refactor: update debug log to display partition count instead of partitions
This commit is contained in:
@@ -60,7 +60,7 @@ func PartitionRangeGenerator(
|
||||
return nil, err
|
||||
}
|
||||
|
||||
logrus.Debugf("Partitions: %+v (%s.%s)", partitions, tableInfo.Schema, tableInfo.Table)
|
||||
logrus.Debugf("Partitions count: %v (%s.%s)", len(partitions), tableInfo.Schema, tableInfo.Table)
|
||||
|
||||
return partitions, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user