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