Logging: Set badger's logging level to INFO by default

This commit is contained in:
Hector Sanjuan 2021-08-06 10:26:28 +02:00
parent 0c01079eca
commit e4ea2fab78

View File

@ -39,6 +39,7 @@ var LoggingFacilitiesExtra = map[string]string{
"swarm2": "ERROR",
"libp2p-raft": "CRITICAL",
"raftlib": "ERROR",
"badger": "INFO",
}
// SetFacilityLogLevel sets the log level for a given module