mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-29 01:12:24 +08:00
bump logging to ERROR
This commit is contained in:
@ -122,11 +122,9 @@ func SetupLogging() {
|
||||
*/
|
||||
logging.SetFormatter(logging.MustStringFormatter(LogFormat))
|
||||
|
||||
/*
|
||||
for _, n := range loggers {
|
||||
logging.SetLevel(logging.ERROR, n)
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
// Logger retrieves a particular logger + initializes it at a particular level
|
||||
|
Reference in New Issue
Block a user