1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-28 17:03:58 +08:00

bump logging to ERROR

This commit is contained in:
Juan Batiz-Benet
2014-10-05 14:50:39 -07:00
parent 7e83982247
commit c0250f3c8e

View File

@ -122,11 +122,9 @@ func SetupLogging() {
*/ */
logging.SetFormatter(logging.MustStringFormatter(LogFormat)) logging.SetFormatter(logging.MustStringFormatter(LogFormat))
/* for _, n := range loggers {
for _, n := range loggers { logging.SetLevel(logging.ERROR, n)
logging.SetLevel(logging.ERROR, n) }
}
*/
} }
// Logger retrieves a particular logger + initializes it at a particular level // Logger retrieves a particular logger + initializes it at a particular level