Skip to content

Commit

Permalink
Use ResetNamed for sealunwrapper logger
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferai authored and truenorthcreative committed Apr 23, 2018
1 parent d3cad4e commit d5ee419
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
Expand Up @@ -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

Expand Down

0 comments on commit d5ee419

Please sign in to comment.