From 5cccc81abfdce1c24a2da36f9c5107c597119418 Mon Sep 17 00:00:00 2001 From: vyzo Date: Thu, 25 Jun 2020 13:52:02 +0300 Subject: [PATCH] keep log level at WARN so that we see what's happening in the system --- lotus-soup/node.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lotus-soup/node.go b/lotus-soup/node.go index ddeba9f64..9c029ae81 100644 --- a/lotus-soup/node.go +++ b/lotus-soup/node.go @@ -47,7 +47,7 @@ import ( ) func init() { - logging.SetLogLevel("*", "ERROR") + logging.SetLogLevel("*", "WARN") os.Setenv("BELLMAN_NO_GPU", "1")