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:
@ -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
|
||||||
|
Reference in New Issue
Block a user