mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-09 15:37:54 -05:00
Some of our loggers were not private, static, and final. In a few cases these were non-static fields in classes that were repeatedly instantiated in core transaction logic. This is enforced via a new ErrorProne check, so the PR includes fixes for all of the places this was a problem, not just the performance impacting code. Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>