mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-04 18:54:56 +00:00
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
|
||||
|
||||
logScope:
|
||||
topics = "elmon"
|
||||
topics = "elman"
|
||||
|
||||
type
|
||||
PubKeyBytes = DynamicBytes[48, 48]
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user