You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/public-networks/reference/cli/options.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3532,6 +3532,38 @@ rpc-ws-port="6174"
3532
3532
3533
3533
The port (TCP) on which WebSocket JSON-RPC listens. The default is `8546`. You must [expose ports appropriately](../../how-to/connect/configure-ports.md).
3534
3534
3535
+
### `json-pretty-print-enabled`
3536
+
3537
+
<!--tabs-->
3538
+
3539
+
# Syntax
3540
+
3541
+
```bash
3542
+
--json-pretty-print-enabled[=<true|false>]
3543
+
```
3544
+
3545
+
# Example
3546
+
3547
+
```bash
3548
+
--json-pretty-print-enabled=true
3549
+
```
3550
+
3551
+
# Environment variable
3552
+
3553
+
```bash
3554
+
BESU_JSON_PRETTY_PRINT_ENABLED=true
3555
+
```
3556
+
3557
+
# Configuration file
3558
+
3559
+
```bash
3560
+
json-pretty-print-enabled=true
3561
+
```
3562
+
3563
+
<!--/tabs-->
3564
+
3565
+
Enables or disables the pretty-print output for HTTP and WebSocket responses. The default is `false`.
0 commit comments