Skip to content

Commit

Permalink
keep debug logs in releases (model-checking#1049)
Browse files Browse the repository at this point in the history
  • Loading branch information
tedinski committed Apr 15, 2022
1 parent 0886c32 commit be4049b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kani-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ serde_json = { version = "1", optional = true }
shell-words = "1.0.0"
smallvec = { version = "1.6.1", features = ["union", "may_dangle"], optional = true }
snap = { version = "1", optional = true }
tracing = {version = "0.1", features = ["max_level_trace", "release_max_level_info"]}
tracing = {version = "0.1", features = ["max_level_trace", "release_max_level_debug"]}
tracing-subscriber = {version = "0.3.8", features = ["env-filter", "json", "fmt"]}
tracing-tree = "0.2.0"

Expand Down

0 comments on commit be4049b

Please sign in to comment.