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")
|
|
}
|