Skip to content

Commit

Permalink
Document --plugin-continue-on-error (#1750)
Browse files Browse the repository at this point in the history
* Document `--plugin-continue-on-error`

Signed-off-by: Alexandra Tran <alexandra.tran@consensys.net>

* 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>

* Update docs/public-networks/reference/cli/options.md

Signed-off-by: Alexandra Carrillo <12214231+alexandratran@users.noreply.github.com>

* Update options.md

Signed-off-by: Alexandra Tran <alexandra.tran@consensys.net>

* link to plugin docs

Signed-off-by: Alexandra Tran <alexandra.tran@consensys.net>

---------

Signed-off-by: Alexandra Tran <alexandra.tran@consensys.net>
Signed-off-by: Alexandra Carrillo <12214231+alexandratran@users.noreply.github.com>
Co-authored-by: Alexandra Tran <alexandra.tran@consensys.net>
Co-authored-by: Gabriel-Trintinalia <gabriel.trintinalia@consensys.net>
  • Loading branch information
3 people authored Dec 10, 2024
1 parent fa4232f commit e6b8e7f
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 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,46 @@ 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](../../../private-networks/concepts/plugins.md)
fails during registration or other startup lifecycle stages.
If set to `true` and any plugin fails, Besu logs an error and continues running.
If set to `false` and any plugin fails, Besu logs an error and stops running.

The default is `false`.

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

<Tabs>
Expand Down

0 comments on commit e6b8e7f

Please sign in to comment.