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:
parent
388b865aac
commit
3ac043212c
|
@ -30,7 +30,7 @@ export
|
||||||
eth1_chain, el_conf, engine_api, base
|
eth1_chain, el_conf, engine_api, base
|
||||||
|
|
||||||
logScope:
|
logScope:
|
||||||
topics = "elmon"
|
topics = "elman"
|
||||||
|
|
||||||
type
|
type
|
||||||
PubKeyBytes = DynamicBytes[48, 48]
|
PubKeyBytes = DynamicBytes[48, 48]
|
||||||
|
|
|
@ -16,6 +16,9 @@ import
|
||||||
|
|
||||||
export beacon_chain_db, deques, digest, base, forks
|
export beacon_chain_db, deques, digest, base, forks
|
||||||
|
|
||||||
|
logScope:
|
||||||
|
topics = "elchain"
|
||||||
|
|
||||||
declarePublicGauge eth1_finalized_head,
|
declarePublicGauge eth1_finalized_head,
|
||||||
"Block number of the highest Eth1 block finalized by Eth2 consensus"
|
"Block number of the highest Eth1 block finalized by Eth2 consensus"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue