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:
Age Manning
2025-06-20 17:44:59 +10:00
committed by GitHub
parent f67084a571
commit d50924677a
8 changed files with 3 additions and 9 deletions

View File

@@ -114,7 +114,6 @@ impl<T: BeaconChainTypes> SubnetService<T> {
/// Establish the service based on the passed configuration.
#[instrument(parent = None,
level = "info",
fields(service = "subnet_service"),
name = "subnet_service",
skip_all