Skip to content

Commit

Permalink
feat: Disable logging in release build (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pscheidl authored Mar 8, 2023
1 parent b4198cc commit 2dda1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ version = "0.1.1"
[dependencies]
serde = "1"
anyhow = "1"
log = "0.4"
log = { version = "0.4", features = ["max_level_trace", "release_max_level_off"] }

[dev-dependencies]
serde = { version = "1", features = ["derive"] }
Expand Down

0 comments on commit 2dda1cb

Please sign in to comment.