Skip to content

Commit

Permalink
[Docs] Update local-network.mdx (#20038)
Browse files Browse the repository at this point in the history
## Description 

Fixes anchor to "Persist local network state" section

## Test plan 

Before:
https://docs.sui.io/guides/developer/getting-started/local-network#persist-local-network
After:
https://sui-docs-git-sp-anchor-patch-sui-foundation.vercel.app/guides/developer/getting-started/local-network#persist-local-network-state

---

## Release notes

Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.

For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.

- [ ] Protocol: 
- [ ] Nodes (Validators and Full nodes): 
- [ ] Indexer: 
- [ ] JSON-RPC: 
- [ ] GraphQL: 
- [ ] CLI: 
- [ ] Rust SDK:
- [ ] REST API:
  • Loading branch information
StefPler authored Oct 25, 2024
1 parent 4df3956 commit a044c13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This command:
* Instructs Rust to set specific logging through the `RUST_LOG`=`off,sui_node=info` flags, which turns off logging for all components except `sui-node`. If you want to see more detailed logs, you can remove `RUST_LOG` from the command.

:::info
Each time you start the network by passing `--force-regenesis`, the local network starts from a random genesis with no previous data, and the local network is not persisted. If you'd like to persist data, skip passing the `--force-regenesis` flag. For more details, see the [Persist local network state](#persist-local-network) section.
Each time you start the network by passing `--force-regenesis`, the local network starts from a random genesis with no previous data, and the local network is not persisted. If you'd like to persist data, skip passing the `--force-regenesis` flag. For more details, see the [Persist local network state](#persist-local-network-state) section.
:::

To customize your local Sui network, such as starting other services or changing default ports and hosts, include additional flags or options in the `sui start` command.
Expand Down

0 comments on commit a044c13

Please sign in to comment.