Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Document --plugin-continue-on-error #1750

Merged
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update docs/public-networks/reference/cli/options.md
Co-authored-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
Signed-off-by: Alexandra Carrillo <12214231+alexandratran@users.noreply.github.com>
  • Loading branch information
alexandratran and Gabriel-Trintinalia authored Dec 9, 2024
commit f50da1a63c3ff66604fe95bf230bdc98e49efcad
2 changes: 1 addition & 1 deletion docs/public-networks/reference/cli/options.md
Original file line number Diff line number Diff line change
@@ -3000,7 +3000,7 @@ plugin-continue-on-error=true

Enables or disables continuing to run Besu if a plugin fails during registration or other startup lifecycle stages.
If set to `true` and any plugin fails, Besu logs the error and continues running.
If set to `false`and any plugin fails, Besu throws a `RuntimeException` and stops running.
If set to `false` and any plugin fails, Besu throws a `RuntimeException` and stops running.

The default is `false`.

Loading