projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
10813: Merge branch 'master' into 10813-arv-put-six-threads
[arvados.git]
/
services
/
keepstore
/
config_test.go
1
package main
2
3
import (
4
log "github.com/Sirupsen/logrus"
5
)
6
7
func init() {
8
theConfig.debugLogf = log.Printf
9
}