Skip to content

Commit

Permalink
Set log_level on query
Browse files Browse the repository at this point in the history
  • Loading branch information
0Tech committed Feb 3, 2023
1 parent 84a5475 commit 0b6da6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cosmovisor/upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set -e
UPGRADE_HEIGHT=5

assert_begin() {
info=$($DAEMON_NAME q block 2>/dev/null)
info=$($DAEMON_NAME q block --log_level info 2>/dev/null)
if [ -z "$info" ]
then
return 1
Expand Down

0 comments on commit 0b6da6e

Please sign in to comment.