mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Improve log for rmq retention DeleteMessages (#15025)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/15044/head
parent
ca7988fec7
commit
eb1db3360a
|
@ -355,7 +355,7 @@ func DeleteMessages(db *gorocksdb.DB, topic string, startID, endID UniqueID) err
|
|||
return err
|
||||
}
|
||||
|
||||
log.Debug("Delete message for topic: "+topic, zap.Any("startID", startID), zap.Any("endID", endID))
|
||||
log.Debug("Delete message for topic", zap.String("topic", topic), zap.Int64("startID", startID), zap.Int64("endID", endID))
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue