This bug affects latest unstable and was introduced when tracing was merged. ## Actual Behaviour I'm seeing some DEBUG level logs even when log level is set to `INFO` via the `--debug-level=info` flag ``` [cl-1-lighthouse-geth] Mar 17 12:22:02.893 DEBUG Batch downloaded epoch: 5618, blocks: 28, batch_state: "[p,E,E,E,E]", awaiting_batches: 0, chain: 3, service: "range_sync" ``` I don't see any other DEBUG logs though, not sure why only this log made it to stdout. ## Expected Behaviour DEBUG log should not be written to stdout when `--debug-level` is set to info.