fix(lotus-sim): debug log mock

This commit is contained in:
Steven Allen 2021-06-16 00:19:35 -07:00
parent ce29a0ac17
commit f0d0b40bd3

View File

@ -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",