Skip to content

Commit

Permalink
Document --plugin-continue-on-error
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandra Tran <[email protected]>
  • Loading branch information
Alexandra Tran committed Dec 9, 2024
1 parent fa4232f commit dedac29
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions docs/public-networks/reference/cli/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -2965,6 +2965,45 @@ p2p-port="1789"

The P2P listening ports (UDP and TCP). The default is `30303`. You must [expose ports appropriately](../../how-to/connect/configure-ports.md).

### `plugin-continue-on-error`

<Tabs>
<TabItem value="Syntax">

```bash
--plugin-continue-on-error[=<true|false>]
```

</TabItem>
<TabItem value="Example">

```bash
--plugin-continue-on-error=true
```

</TabItem>
<TabItem value="Environment variable">

```bash
BESU_PLUGIN_CONTINUE_ON_ERROR=true
```

</TabItem>
<TabItem value="Configuration file">

```bash
plugin-continue-on-error=true
```

</TabItem>
</Tabs>

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.

The default is `false`.

### `print-paths-and-exit`

<Tabs>
Expand Down

0 comments on commit dedac29

Please sign in to comment.