14325: Log stderr from last boot-probe when giving up on boot.
[arvados.git] / services / keepstore / config_test.go
index a6d46e5e4a1166967f5d3be9c22581d3c1401ef9..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"
+       "github.com/sirupsen/logrus"
 )
 
 func init() {
+       log.Level = logrus.DebugLevel
        theConfig.debugLogf = log.Printf
 }