From 8d76c44c68414299e932c0051d5a7907662f43fd Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Thu, 4 Sep 2025 15:50:19 +0200 Subject: [PATCH] chore: log prune settings on unwind --- crates/cli/commands/src/stage/unwind.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/cli/commands/src/stage/unwind.rs b/crates/cli/commands/src/stage/unwind.rs index 90e7c4fb06f..94aa5794173 100644 --- a/crates/cli/commands/src/stage/unwind.rs +++ b/crates/cli/commands/src/stage/unwind.rs @@ -82,6 +82,7 @@ impl> Command } else { info!(target: "reth::cli", ?target, "Executing a pipeline unwind."); } + info!(target: "reth::cli", prune_config=?config.prune, "Using prune settings"); // This will build an offline-only pipeline if the `offline` flag is enabled let mut pipeline =