Added a logging explanation in README
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
parent
85da87c3d9
commit
279551eb54
@ -26,6 +26,12 @@ As any other `cargo` project, it can be built with a simple command:
|
|||||||
cargo build --release
|
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
|
## Configuring
|
||||||
|
|
||||||
The configuration is done through a JSON file, named `config.json` and located
|
The configuration is done through a JSON file, named `config.json` and located
|
||||||
|
Loading…
Reference in New Issue
Block a user