readme: Mention `RUST_LOG` env variable

The default log level of env_logger is `error`. We are using `info!` in
the template, so let's suggest running the example with `RUST_LOG=info`.

Signed-off-by: Michal Rostecki <vadorovsky@gmail.com>
pull/63/head
Michal Rostecki 2 years ago
parent 864e1995f7
commit cba4774787

@ -24,5 +24,5 @@ cargo build
## Run ## Run
```bash ```bash
cargo xtask run RUST_LOG=info cargo xtask run
``` ```

Loading…
Cancel
Save