Skip to content

Commit 5cef2e4

Browse files
authored
Merge pull request #208 from blairconrad/restore-verbose-logging
Refrain from compiling debug-level messages out of release build
2 parents ddda0b7 + aa056a1 commit 5cef2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ default-features = false
3232
clap = { version = "4", features = ["cargo", "wrap_help", "derive"] }
3333
clap_complete = "4"
3434
clap_complete_nushell = "4"
35-
slog = "2.5"
35+
slog = { version = "2.5", features = ["max_level_debug"] }
3636
slog-term = "2.6"
3737
memchr = "2.3"
3838
anyhow = "1.0"

0 commit comments

Comments
 (0)