Skip to content

[cleanup] Reduce Log Noise #check-lint-warning

Ursa (9R) requested to merge ursa/logging into develop

This filters some log noise to reduce thornode log size by 2-3x based on a 10 minute sample. We move the log filtering config to the config package instead of CLI flags (can still override with corresponding environment variables). Aside from switching a couple repetitive lines to debug level, additions to the non-local log filters were:

  • x/bank (mint/burn for saver rewards is noisy)
  • executed block and commit synced (in practice redundant with the committed state line that includes the app hash)

Merge request reports