X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/09a2e88c51e5432e607f2a38466e55b4ba15e887..911abf131639401b2ccfd23a6bc3ec983f7ed8f4:/services/keepstore/config_test.go diff --git a/services/keepstore/config_test.go b/services/keepstore/config_test.go index eaa0904248..d6471e3d45 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" ) func init() { + log.Level = logrus.DebugLevel theConfig.debugLogf = log.Printf }