mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-01 15:07:17 +08:00
fix: verbose api helper params (#19220)
Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
This commit is contained in:
@@ -151,6 +151,7 @@ func GetModels(opts *GetModelsOptions) error {
|
||||
entriesJson := []jsonutils.JSONObject{}
|
||||
for {
|
||||
var err error
|
||||
log.Debugf("fetch %s with params %s", manKeyPlural, jsonutils.Marshal(params))
|
||||
listResult, err := opts.ModelManager.List(opts.ClientSession, params)
|
||||
if err != nil {
|
||||
log.Errorf("%s: list failed with updated_at.gt('%s'): %s", manKeyPlural, minUpdatedAt, err)
|
||||
|
||||
Reference in New Issue
Block a user