forked from TrueCloudLab/frostfs-node
[#158] metabase: Add logger to DB configuration
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
60e4b5ddff
commit
36d5af812e
2 changed files with 15 additions and 1 deletions
|
@ -370,6 +370,7 @@ func initLocalStorage(c *cfg) {
|
|||
|
||||
c.cfgObject.metastorage = meta.NewDB(
|
||||
meta.FromBoltDB(boltDB),
|
||||
meta.WithLogger(c.log),
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue