anoma / anoma-archive

Reference implementation of the Anoma protocols in Rust.
https://anoma.net
GNU General Public License v3.0
425 stars 176 forks source link

print tendermint log to stdout only if `ANOMA_TM_STDOUT=true` #1239

Closed tzemanovic closed 2 years ago

tzemanovic commented 2 years ago

trying to hide the TM stdout to see if it maybe helps a bit with flakiness in our e2e tests.

Repeatedly running the CI, we got 19 e2e successes and 1 failure.

tzemanovic commented 2 years ago

merged via https://github.com/anoma/namada/pull/222