Merge branch '10467-client-disconnect' refs #10467
[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 }