X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b9e5c8b32858338850da3e12ce27570b828898b3..e3f324c979fe45803e2bd42aa8f6d715ea23edb5:/services/keepstore/config_test.go diff --git a/services/keepstore/config_test.go b/services/keepstore/config_test.go index a6d46e5e4a..e3b0ffc22a 100644 --- a/services/keepstore/config_test.go +++ b/services/keepstore/config_test.go @@ -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 }