X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9c3cc0f61751720cfdea62717934746d1aa32b72..911abf131639401b2ccfd23a6bc3ec983f7ed8f4:/services/keepstore/config_test.go?ds=sidebyside diff --git a/services/keepstore/config_test.go b/services/keepstore/config_test.go index a6d46e5e4a..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" + "github.com/Sirupsen/logrus" ) func init() { + log.Level = logrus.DebugLevel theConfig.debugLogf = log.Printf }