HomePhabricator

mempool: Reduce ERROR logging for mempool rejects
8fc81e098362Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

mempool: Reduce ERROR logging for mempool rejects

Continues "Make logging for validation optional" from #6519.

The idea there was to remove all ERROR logging of rejected transaction,
and move it to one message in the class 'mempoolrej' which logs the
state message (and debug info). The superfluous ERRORs in the log
"terrify" users, see for example issue #5794.

Unfortunately a lot of new logging was introduced in #6871 (RBF) and
#7287 (misc refactoring). This pull updates that new code.

Details

Provenance
Wladimir J. van der Laan <laanwj@gmail.com>Authored on Feb 24 2016, 17:34
deadalnixPushed on May 14 2017, 22:04
Parents
rABC317462123f8e: Merge #7583: [doc] Fix typos
Branches
Unknown
Tags
Unknown

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rABC8fc81e098362: mempool: Reduce ERROR logging for mempool rejects (authored by Wladimir J. van der Laan <laanwj@gmail.com>).Feb 24 2016, 18:40