fix(lotus-sim): debug log mock
This commit is contained in:
parent
ce29a0ac17
commit
f0d0b40bd3
@ -27,6 +27,7 @@ var root []*cli.Command = []*cli.Command{
|
||||
func main() {
|
||||
if _, set := os.LookupEnv("GOLOG_LOG_LEVEL"); !set {
|
||||
_ = logging.SetLogLevel("simulation", "DEBUG")
|
||||
_ = logging.SetLogLevel("simulation-mock", "DEBUG")
|
||||
}
|
||||
app := &cli.App{
|
||||
Name: "lotus-sim",
|
||||
|
Loading…
Reference in New Issue
Block a user