Skip to content

Commit

Permalink
fix(nodebuilder/pruner): Change archival mode warning message (#4064)
Browse files Browse the repository at this point in the history
  • Loading branch information
renaynay authored Jan 28, 2025
1 parent 77bcc9d commit 5a5d450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nodebuilder/pruner/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ If you want to retain history beyond the sampling window, please pass the --arch

// Warn the user if pruning is disabled and archival is not enabled for Full and Bridge nodes
if !archivalChanged && (tp == node.Full || tp == node.Bridge) {
log.Warn(`WARNING: Pruning is disabled.
Pruning will become the default mode for all nodes.
log.Warn(`WARNING: Node is now running in ARCHIVAL mode.
PRUNING mode will become the default for all nodes.
If you want to retain history beyond the sampling window, please pass the --archival flag.`)
}
}

0 comments on commit 5a5d450

Please sign in to comment.