mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #13767 from kkkkun/delete-restore-stack
clean up unnecessary stack log when restore
This commit is contained in:
commit
85d4567ead
@ -262,7 +262,6 @@ func (s *v3Manager) Restore(cfg RestoreConfig) error {
|
||||
zap.String("wal-dir", s.walDir),
|
||||
zap.String("data-dir", dataDir),
|
||||
zap.String("snap-dir", s.snapDir),
|
||||
zap.Stack("stack"),
|
||||
)
|
||||
|
||||
if err = s.saveDB(); err != nil {
|
||||
|
Loading…
x
Reference in New Issue
Block a user