X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4f42bd3f3b2c0526690c3368c9172ed89773e6f1..524c20020594ba67a2a822eccb632f8a5f5dc3ce:/services/keepstore/config_test.go?ds=sidebyside 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 }