Merge branch 'master' into 7478-s-preemptable-preemptible
[arvados.git] / services / keepstore / config_test.go
index a6d46e5e4a1166967f5d3be9c22581d3c1401ef9..d6471e3d4547d45f577131c0a6ecb2f1ca59c52c 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"
+       "github.com/Sirupsen/logrus"
 )
 
 func init() {
+       log.Level = logrus.DebugLevel
        theConfig.debugLogf = log.Printf
 }