Added a logging explanation in README

Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
Louis Vallat 2022-06-03 08:49:25 +02:00
parent 85da87c3d9
commit 279551eb54
No known key found for this signature in database
GPG Key ID: 0C87282F76E61283

View File

@ -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