Skip to content

Commit

Permalink
fix: turn down the agoric log level to prevent too much noise
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Feb 2, 2021
1 parent a0c20e8 commit d274e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/agoric.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"daemon": "ag-chain-cosmos",
"cli": "ag-cosmos-helper",
"daemon-testnet": "ag-nchainz testnet $chainid -o $chainid --v 1 --chain-id $chainid --node-dir-prefix n --keyring-backend test",
"daemon-start": "ag-nchainz start-daemon $chainid --home \"$DAEMON_HOME\" start --pruning=nothing",
"daemon-start": "ag-nchainz start-daemon $chainid --home \"$DAEMON_HOME\" start --pruning=nothing --log_level=warn",
"post-light-client": "ag-nchainz start-solos $chainid",
"link": {
"account-prefix": "agoric",
Expand Down

0 comments on commit d274e1e

Please sign in to comment.