From 7e6c63e05782cad44c0ed4c4f7b76c98425e23b9 Mon Sep 17 00:00:00 2001 From: Jerome P Date: Sat, 7 Dec 2024 12:49:44 -0800 Subject: [PATCH] Minimize heavy logging --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 64aa4d4b..56f2d9a4 100644 --- a/Makefile +++ b/Makefile @@ -154,7 +154,7 @@ endif $(call check_and_append,coa-key,COA_KEY) $(call append_spork_hosts) - $(eval CMD_ARGS += --ws-enabled=true --rate-limit=9999999 --rpc-host=0.0.0.0) + $(eval CMD_ARGS += --ws-enabled=true --rate-limit=9999999 --rpc-host=0.0.0.0 --log-level=info) $(call append_spork_hosts)