Skip to content

Commit

Permalink
Minimize heavy logging
Browse files Browse the repository at this point in the history
  • Loading branch information
franklywatson committed Dec 7, 2024
1 parent b0207f1 commit 7e6c63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 7e6c63e

Please sign in to comment.