mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Update server/etcdserver/api/v3rpc/maintenance.go
Co-authored-by: Marek Siarkowicz <marek.siarkowicz@protonmail.com>
This commit is contained in:
parent
6e1afa9677
commit
d659403955
@ -184,7 +184,7 @@ func (ms *maintenanceServer) Snapshot(sr *pb.SnapshotRequest, srv pb.Maintenance
|
|||||||
ms.lg.Info("successfully sent database snapshot to client",
|
ms.lg.Info("successfully sent database snapshot to client",
|
||||||
zap.Int64("total-bytes", total),
|
zap.Int64("total-bytes", total),
|
||||||
zap.String("size", size),
|
zap.String("size", size),
|
||||||
zap.String("took", time.Since(start).String()),
|
zap.Duration("took", time.Since(start)),
|
||||||
zap.String("storage-version", storageVersion),
|
zap.String("storage-version", storageVersion),
|
||||||
)
|
)
|
||||||
return nil
|
return nil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user