Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: reduce warn log to debug in utxo scanner (tari-project#5256)
Description --- Reduces debug log in scanner from WARN to DEBUG Reduces `select_utxos selection criteria: {}` log to DEBUG Motivation and Context --- Lots of false warning messages in cucumber logs ``` 07:51 WARN Last scanned block found at height 30 (Header Hash: a55cf603f5cdad623e7e2355535d79d1af02c7c6f04ca7b5e44dd113bd0d9d5a) 07:51 WARN Last scanned block found at height 32 (Header Hash: 676377e924ea94afdd2297607b10c0aeb1c8ad4e93d57f27fdb3842cd0ae8e1b) 07:51 WARN Last scanned block found at height 33 (Header Hash: 3697fc22292f1eeb828c83bfa5281542cbfc3996b06985209ff1a7edfd2fd8be) WARN select_utxos selection criteria: filter: Standard, ordering: Default ``` How Has This Been Tested? --- N/A What process can a PR reviewer use to test or verify this change? --- Less warning messages in CI Breaking Changes --- - [x] None - [ ] Requires data directory on base node to be deleted - [ ] Requires hard fork - [ ] Other - Please specify <!-- Does this include a breaking change? If so, include this line as a footer --> <!-- BREAKING CHANGE: Description what the user should do, e.g. delete a database, resync the chain -->
- Loading branch information