BBVA/raft-badger

Add logging support

aalda opened this issue · 0 comments

aalda commented

VLog garbage collection executions should be traced. It would be nice to use an interface based logger option with multi-level output support. We would have to add a new WithLogger constructor to the store accepting an interface rather than requiring a *log.Logger struct so that logging could be further customized and swapped out other systems.