Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(nodebuilder/pruner): Change archival mode warning message #4064

Merged
merged 1 commit into from
Jan 28, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.`)
}
}
Loading