Merge branch 'master' into 7478-s-preemptable-preemptible
[arvados.git] / services / keepstore / config_test.go
index 5e55042c28747de26c0f9e1ad1806bcec00ad5c7..d6471e3d4547d45f577131c0a6ecb2f1ca59c52c 100644 (file)
@@ -5,9 +5,10 @@
 package main
 
 import (
-       log "github.com/Sirupsen/logrus"
+       "github.com/Sirupsen/logrus"
 )
 
 func init() {
+       log.Level = logrus.DebugLevel
        theConfig.debugLogf = log.Printf
 }