Skip to content

Commit

Permalink
Remove trace logging (sigp#6103)
Browse files Browse the repository at this point in the history
* Remove trace logging
  • Loading branch information
AgeManning authored and ThreeHrSleep committed Aug 1, 2024
1 parent 1bda942 commit b9d2ceb
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 @@ -154,7 +154,7 @@ serde_json = "1"
serde_repr = "0.1"
serde_yaml = "0.9"
sha2 = "0.9"
slog = { version = "2", features = ["max_level_trace", "release_max_level_trace", "nested-values"] }
slog = { version = "2", features = ["max_level_debug", "release_max_level_debug", "nested-values"] }
slog-async = "2"
slog-term = "2"
sloggers = { version = "2", features = ["json"] }
Expand Down

0 comments on commit b9d2ceb

Please sign in to comment.