set `topic` for `eth1_chain` logs (#5854)

`eth1_chain` no longer logs with `topics` since #5768, making it hard
to filter messages from this module. Re-add the `topics`, and also fix
outdated `topics` in `el_manager` (formerly `*_monitor`).
This commit is contained in:
Etan Kissling 2024-02-07 09:44:32 +01:00 committed by GitHub
parent 388b865aac
commit 3ac043212c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -30,7 +30,7 @@ export
eth1_chain, el_conf, engine_api, base
logScope:
topics = "elmon"
topics = "elman"
type
PubKeyBytes = DynamicBytes[48, 48]

View File

@ -16,6 +16,9 @@ import
export beacon_chain_db, deques, digest, base, forks
logScope:
topics = "elchain"
declarePublicGauge eth1_finalized_head,
"Block number of the highest Eth1 block finalized by Eth2 consensus"