diff --git a/Cargo.toml b/Cargo.toml index 01ecf496..225fe4a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" anyhow = "1.0.86" chrono = "0.4.38" diesel = { version = "2.2.1", features = ["postgres"] } -log = "0.4.22" +log = { version = "0.4.22", features = ["release_max_level_debug"] } micronfig = "0.3.0" pretty_env_logger = "0.5.0" rand = { version = "0.8.5", features = ["small_rng"] }