From 279551eb54fba733ea0c0eaf9c1e19160faf00cf Mon Sep 17 00:00:00 2001 From: Louis Vallat Date: Fri, 3 Jun 2022 08:49:25 +0200 Subject: [PATCH] Added a logging explanation in README Signed-off-by: Louis Vallat --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7402483..ac6ca32 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,12 @@ As any other `cargo` project, it can be built with a simple command: cargo build --release ``` +## Logging + +This project uses the [env\_logger](https://crates.io/crates/env_logger) crate +for logging. You can take a look at its documentation to see how to adjust the +log level instead of using the default error log level. + ## Configuring The configuration is done through a JSON file, named `config.json` and located