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`)
|
- `STORAGE_DIR`: path where uploaded files should be stored (default: `./storage`)
|
||||||
- `STATIC_DIR`: path where the web app's static files live (default: `./static`)
|
- `STATIC_DIR`: path where the web app's static files live (default: `./static`)
|
||||||
- `PORT`: port to listen on localhost for http requests (default: 8080)
|
- `PORT`: port to listen on localhost for http requests (default: 8080)
|
||||||
|
- `RUST_LOG`: log levels, for the app as a whole and/or for specific
|
||||||
It also uses the
|
submodules/libraries. See
|
||||||
[`env_logger`](https://docs.rs/env_logger/latest/env_logger/) crate
|
[`env_logger`](https://docs.rs/env_logger/latest/env_logger/)'s
|
||||||
for logging; log levels are configured via the `RUST_LOG` variable,
|
documentation for details.
|
||||||
see `env_logger`'s documentation for details.
|
|
||||||
|
|
||||||
## running
|
## running
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue