ci: quieter wormchain

This commit is contained in:
Evan Gray 2022-10-27 01:13:47 +00:00 committed by Evan Gray
parent c688c029d0
commit 5470ede7f7
4 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,7 @@ db_backend = "goleveldb"
db_dir = "../../build/data"
# Output level for logging, including package level options
log_level = "info"
log_level = "warn"
# Output format: 'plain' (colored text) or 'json'
log_format = "plain"

View File

@ -43,7 +43,7 @@ spec:
- --home
- /app/validators/first_validator
- --log_level
- info
- warn
ports:
- containerPort: 26657
name: tendermint

View File

@ -43,7 +43,7 @@ spec:
- --home
- /app/validators/second_validator
- --log_level
- info
- warn
ports:
- containerPort: 26657
name: tendermint

View File

@ -47,7 +47,7 @@ db_backend = "goleveldb"
db_dir = "../../build/data"
# Output level for logging, including package level options
log_level = "info"
log_level = "warn"
# Output format: 'plain' (colored text) or 'json'
log_format = "plain"