Merge pull request #13767 from kkkkun/delete-restore-stack

clean up unnecessary stack log when restore
This commit is contained in:
Marek Siarkowicz 2022-03-08 11:58:08 +01:00 committed by GitHub
commit 85d4567ead
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {