mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-25 01:15:47 +00:00
--dev implies --tmp (#10828)
This commit is contained in:
@@ -26,7 +26,7 @@ First, complete the [basic Rust setup instructions](./docs/rust-setup.md).
|
|||||||
Use Rust's native `cargo` command to build and launch the template node:
|
Use Rust's native `cargo` command to build and launch the template node:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cargo run --release -- --dev --tmp
|
cargo run --release -- --dev
|
||||||
```
|
```
|
||||||
|
|
||||||
### Build
|
### Build
|
||||||
|
|||||||
@@ -101,7 +101,7 @@ by block production. A good starting point for observing them on the console is
|
|||||||
command line in the root directory of the substrate repository:
|
command line in the root directory of the substrate repository:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cargo run --release -- --dev --tmp -lerror,runtime::contracts=debug
|
cargo run --release -- --dev -lerror,runtime::contracts=debug
|
||||||
```
|
```
|
||||||
|
|
||||||
This raises the log level of `runtime::contracts` to `debug` and all other targets
|
This raises the log level of `runtime::contracts` to `debug` and all other targets
|
||||||
|
|||||||
Reference in New Issue
Block a user