8460: More statistics in status.json: events in/out, reqs received, lowest client...
[arvados.git] / services / keepstore / config_test.go
1 package main
2
3 import (
4         "log"
5 )
6
7 func init() {
8         theConfig.debugLogf = log.Printf
9 }