--dev implies --tmp (#10828)

This commit is contained in:
Shawn Tabrizi
2022-02-09 09:37:43 +01:00
committed by GitHub
parent 2632cbb866
commit bd261d57c4
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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:
```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