remove DEBUG log spam
This commit is contained in:
parent
c58df3f079
commit
99d21573da
@ -73,11 +73,6 @@ const (
|
||||
defaultDeadPurgeSize = 1_000_000
|
||||
)
|
||||
|
||||
func init() {
|
||||
// TODO temporary for debugging purposes; to be removed for merge.
|
||||
_ = logging.SetLogLevel("splitstore", "DEBUG")
|
||||
}
|
||||
|
||||
type Config struct {
|
||||
// TrackingStore is the type of tracking store to use.
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user