mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-12 16:05:08 -05:00
feat(exex): do not log ID on ExEx start (#7846)
This commit is contained in:
@@ -630,7 +630,7 @@ where
|
||||
|
||||
// spawn it as a crit task
|
||||
executor.spawn_critical("exex", async move {
|
||||
info!(target: "reth::cli", id, "ExEx started");
|
||||
info!(target: "reth::cli", "ExEx started");
|
||||
match exex.await {
|
||||
Ok(_) => panic!("ExEx {id} finished. ExEx's should run indefinitely"),
|
||||
Err(err) => panic!("ExEx {id} crashed: {err}"),
|
||||
|
||||
Reference in New Issue
Block a user