mirror of
https://github.com/filecoin-project/lotus.git
synced 2025-05-17 23:28:23 +08:00
10 lines
124 B
Go
10 lines
124 B
Go
package cli
|
|
|
|
import (
|
|
logging "github.com/ipfs/go-log/v2"
|
|
)
|
|
|
|
func init() {
|
|
_ = logging.SetLogLevel("watchdog", "ERROR")
|
|
}
|