mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-23 07:31:09 +02:00
Use ResetNamed for sealunwrapper logger
This commit is contained in:
parent
964645d45e
commit
037d51a774
@ -531,7 +531,7 @@ func NewCore(conf *CoreConfig) (*Core, error) {
|
|||||||
}
|
}
|
||||||
c.seal.SetCore(c)
|
c.seal.SetCore(c)
|
||||||
|
|
||||||
c.sealUnwrapper = NewSealUnwrapper(phys, conf.Logger.Named("sealunwrapper"))
|
c.sealUnwrapper = NewSealUnwrapper(phys, conf.Logger.ResetNamed("storage.sealunwrapper"))
|
||||||
|
|
||||||
var ok bool
|
var ok bool
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user