temporary log level for splitstore to DEBUG
This commit is contained in:
parent
8b0087524f
commit
58a8434825
@ -30,6 +30,11 @@ var baseEpochKey = dstore.NewKey("baseEpoch")
|
||||
|
||||
var log = logging.Logger("splitstore")
|
||||
|
||||
func init() {
|
||||
// TODO temporary for debugging purposes; to be removed for merge.
|
||||
logging.SetLogLevel("splitstore", "DEBUG")
|
||||
}
|
||||
|
||||
type SplitStore struct {
|
||||
compacting int32
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user