From aa056a15b29c1d4fc0d98e68132879e787b27039 Mon Sep 17 00:00:00 2001 From: Blair Conrad Date: Wed, 11 Feb 2026 06:00:40 -0500 Subject: [PATCH] Enable debug-level log messages Previously they had been compiled out of release builds --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f42eb63..c77fb8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ default-features = false clap = { version = "4", features = ["cargo", "wrap_help", "derive"] } clap_complete = "4" clap_complete_nushell = "4" -slog = "2.5" +slog = { version = "2.5", features = ["max_level_debug"] } slog-term = "2.6" memchr = "2.3" anyhow = "1.0"