Skip to content

Commit

Permalink
Use ResetNamed for sealunwrapper logger
Browse files Browse the repository at this point in the history
jefferai committed Apr 23, 2018
1 parent 964645d commit 037d51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vault/core.go
Original file line number Diff line number Diff line change
@@ -531,7 +531,7 @@ func NewCore(conf *CoreConfig) (*Core, error) {
}
c.seal.SetCore(c)

c.sealUnwrapper = NewSealUnwrapper(phys, conf.Logger.Named("sealunwrapper"))
c.sealUnwrapper = NewSealUnwrapper(phys, conf.Logger.ResetNamed("storage.sealunwrapper"))

var ok bool

0 comments on commit 037d51a

Please sign in to comment.