keep log level at WARN so that we see what's happening in the system
This commit is contained in:
parent
831cd2e71d
commit
5cccc81abf
@ -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")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user