From 43065cfb732d3c8c7069d0d6ae4bb7e609e53db5 Mon Sep 17 00:00:00 2001 From: xenofem Date: Thu, 28 Apr 2022 00:54:11 -0400 Subject: [PATCH] tweak RUST_LOG info --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f18d93e..d3fd79a 100644 --- a/README.md +++ b/README.md @@ -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