From fb3316ad05c0497fa2d5ba752e0efdebf40ac054 Mon Sep 17 00:00:00 2001 From: Adin Schmahmann Date: Tue, 8 Dec 2020 21:46:49 -0500 Subject: [PATCH] fix: decrease log level of opencensus initialization --- core/corehttp/metrics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/corehttp/metrics.go b/core/corehttp/metrics.go index de0dcd743..8a73111fc 100644 --- a/core/corehttp/metrics.go +++ b/core/corehttp/metrics.go @@ -26,7 +26,7 @@ func MetricsScrapingOption(path string) ServeOption { // This adds collection of OpenCensus metrics func MetricsOpenCensusCollectionOption() ServeOption { return func(_ *core.IpfsNode, _ net.Listener, mux *http.ServeMux) (*http.ServeMux, error) { - log.Error("Init OpenCensus") + log.Info("Init OpenCensus") promRegistry := prometheus.NewRegistry() pe, err := ocprom.NewExporter(ocprom.Options{