Skip to content

Commit

Permalink
Merge pull request #2231 from input-output-hk/jpraynaud/2227-fix-miss…
Browse files Browse the repository at this point in the history
…ing-debug-logs-release-builds

Fix: missing `DEBUG` logs release builds
  • Loading branch information
jpraynaud authored Jan 17, 2025
2 parents c989531 + acdb150 commit 90f44cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions mithril-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mithril-client"
version = "0.10.7"
version = "0.10.8"
description = "Mithril client library"
authors = { workspace = true }
edition = { workspace = true }
Expand Down Expand Up @@ -41,7 +41,7 @@ reqwest = { version = "0.12.12", default-features = false, features = [
semver = "1.0.24"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
slog = { version = "2.7.0", features = ["max_level_trace", "release_max_level_warn"] }
slog = "2.7.0"
strum = { version = "0.26.3", features = ["derive"] }
tar = { version = "0.4.43", optional = true }
thiserror = "2.0.9"
Expand Down Expand Up @@ -73,6 +73,10 @@ mithril-common = { path = "../mithril-common", version = "=0.4", default-feature
"test_tools",
] }
mockall = "0.13.1"
slog = { version = "2.7.0", features = [
"max_level_trace",
"release_max_level_warn",
] }
slog-async = "2.8.0"
slog-term = "2.9.1"
tokio = { version = "1.42.0", features = ["macros", "rt"] }
Expand Down

0 comments on commit 90f44cd

Please sign in to comment.