15003: Fix import cycle.
[arvados.git] / services / keepstore / config_test.go
index eaa09042484388dd8185b2d8c79679034c6951f7..e3b0ffc22afc8c51702bf4fddc19b1d3d8c2e65b 100644 (file)
@@ -1,9 +1,14 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
 package main
 
 import (
-       "log"
+       "github.com/sirupsen/logrus"
 )
 
 func init() {
+       log.Level = logrus.DebugLevel
        theConfig.debugLogf = log.Printf
 }