Skip to content

Commit

Permalink
fix(devnet): remove annoying WSJSONRPC log (#1989)
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang authored May 30, 2024
2 parents 9851ee0 + 9d5a996 commit cf170d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion networks/mkCosmosDevnet.nix
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,8 @@ let
--api.enable true \
--rpc.unsafe \
--api.address tcp://0.0.0.0:1317 \
--grpc.address 0.0.0.0:9090
--grpc.address 0.0.0.0:9090 \
--log_level rpc-server:warn,*:info
''
else
startCommandOverwrite
Expand Down

0 comments on commit cf170d3

Please sign in to comment.