hashgraph / hedera-services

Crypto, token, consensus, file, and smart contract services for the Hedera public ledger
Apache License 2.0
266 stars 119 forks source link

Also scan swirlds.log in CI `LogValidationTest` #14017

Open tinker-michaelj opened 1 week ago

tinker-michaelj commented 1 week ago

Problem

We will miss any exceptions propagated into a platform catch unless we scan swirlds.log at the end of CI.

Solution

Update LogValidationTest to do this.

Alternatives

No response