From b36d2b1146f9b5a92adb315700129f90522d3cc1 Mon Sep 17 00:00:00 2001 From: Hector Sanjuan Date: Tue, 15 Feb 2022 19:39:24 +0100 Subject: [PATCH] Log error by default in go-libp2p-gorpc --- logging.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logging.go b/logging.go index 9e39bc91..6d575b07 100644 --- a/logging.go +++ b/logging.go @@ -36,7 +36,7 @@ var LoggingFacilities = map[string]string{ // used in ipfs-cluster dependencies, which may be useful // to display. Along with their default value. var LoggingFacilitiesExtra = map[string]string{ - "p2p-gorpc": "FATAL", + "p2p-gorpc": "ERROR", "swarm2": "ERROR", "libp2p-raft": "FATAL", "raftlib": "ERROR",