X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2eaa77dc327c024f2faa3fbd322e7054454b6442..d3502068c07807aea7b36270bdae74b04095df62:/services/keepstore/config_test.go 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 }