keep log level at WARN so that we see what's happening in the system
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ import (
|
||||
)
|
||||
|
||||
func init() {
|
||||
logging.SetLogLevel("*", "ERROR")
|
||||
logging.SetLogLevel("*", "WARN")
|
||||
|
||||
os.Setenv("BELLMAN_NO_GPU", "1")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user