allow filtering block processor logs by topic (#5321)

Add separate log topic for `block_processor` messages.

Topic named similar to the other `_processor` modules:

- `eth2_processor` --> `gossip_eth2`
- `light_client_processor` --> `gossip_lc`
- `optimistic_processor` --> `gossip_opt`
This commit is contained in:
Etan Kissling 2023-08-19 13:17:29 +02:00 committed by GitHub
parent 8e500aa62f
commit 8de71bee83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@ from ../spec/state_transition_block import validate_blobs
export sszdump, signatures_batch export sszdump, signatures_batch
logScope: topics = "gossip_blocks"
# Block Processor # Block Processor
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# The block processor moves blocks from "Incoming" to "Consensus verified" # The block processor moves blocks from "Incoming" to "Consensus verified"