tweak RUST_LOG info
This commit is contained in:
parent
f68eb5f817
commit
43065cfb73
|
@ -24,11 +24,10 @@ transbeam is configured with the following environment variables:
|
|||
- `STORAGE_DIR`: path where uploaded files should be stored (default: `./storage`)
|
||||
- `STATIC_DIR`: path where the web app's static files live (default: `./static`)
|
||||
- `PORT`: port to listen on localhost for http requests (default: 8080)
|
||||
|
||||
It also uses the
|
||||
[`env_logger`](https://docs.rs/env_logger/latest/env_logger/) crate
|
||||
for logging; log levels are configured via the `RUST_LOG` variable,
|
||||
see `env_logger`'s documentation for details.
|
||||
- `RUST_LOG`: log levels, for the app as a whole and/or for specific
|
||||
submodules/libraries. See
|
||||
[`env_logger`](https://docs.rs/env_logger/latest/env_logger/)'s
|
||||
documentation for details.
|
||||
|
||||
## running
|
||||
|
||||
|
|
Loading…
Reference in a new issue