cronos icon indicating copy to clipboard operation
cronos copied to clipboard

Enhance visibility of blacklist hash logging at startup for production nodes

Open Perseverance42 opened this issue 1 year ago • 2 comments

The addition of logging for blacklisted addresses (referenced in #1328) currently employs the info log level. Given that production nodes predominantly operate at the warn level, operators are compelled to adjust the log level to facilitate the cross-verification of blacklist hashes with peers. This adjustment necessitates node restarts, introducing avoidable restarts in production environments.

Considering that this logging activity is confined to node startup, elevating these log messages to a higher severity would significantly enhance operational efficiency by obviating the need for manual log level modifications and subsequent restarts.

Perseverance42 avatar Mar 03 '24 13:03 Perseverance42

Considering the straightforward nature of the proposed code changes, I believe this issue would serve as an excellent opportunity for me to familiarize myself with the project's contribution process. It appears to be a manageable task that still encompasses all the necessary steps required for contributing. I'm eager to take this on as my first contribution. May I proceed?

Perseverance42 avatar Mar 03 '24 13:03 Perseverance42

Considering the straightforward nature of the proposed code changes, I believe this issue would serve as an excellent opportunity for me to familiarize myself with the project's contribution process. It appears to be a manageable task that still encompasses all the necessary steps required for contributing. I'm eager to take this on as my first contribution. May I proceed?

sure, PR is welcome.

yihuang avatar Mar 03 '24 14:03 yihuang

fixed by https://github.com/crypto-org-chain/cronos/pull/1334

mmsqe avatar Jul 05 '24 08:07 mmsqe