keep log level at WARN so that we see what's happening in the system

This commit is contained in:
vyzo 2020-06-25 13:52:02 +03:00
parent 831cd2e71d
commit 5cccc81abf

View File

@ -47,7 +47,7 @@ import (
) )
func init() { func init() {
logging.SetLogLevel("*", "ERROR") logging.SetLogLevel("*", "WARN")
os.Setenv("BELLMAN_NO_GPU", "1") os.Setenv("BELLMAN_NO_GPU", "1")