mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 18:37:45 +08:00
fix: decrease log level of opencensus initialization
This commit is contained in:
parent
42d3f541d1
commit
fb3316ad05
@ -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{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user