mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-14 02:12:33 +00:00
Remove instrumenting log level (#7620)
I think this should resolve #7155 This removes the level field from the instrumenting we were doing across a range of functions. The level will now default to the level of the log.
This commit is contained in:
@@ -148,7 +148,6 @@ pub struct BackFillSync<T: BeaconChainTypes> {
|
||||
|
||||
impl<T: BeaconChainTypes> BackFillSync<T> {
|
||||
#[instrument(parent = None,
|
||||
level = "info",
|
||||
name = "backfill_sync",
|
||||
skip_all
|
||||
)]
|
||||
|
||||
Reference in New Issue
Block a user