Skip to content

Commit

Permalink
keep features for tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage committed Jul 10, 2024
1 parent 4f1359a commit 94c9b3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zebrad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,12 @@ error-debug = ["color-eyre/track-caller", "color-eyre/capture-spantrace"]
#
# Release builds are defined as "cfg(not(debug_assertions))".
# https://docs.rs/tracing/latest/tracing/level_filters/index.html#compile-time-filters
release_max_level_warn = ["tracing/release_max_level_warn"]
release_max_level_info = ["tracing/release_max_level_info", "log/release_max_level_info"]
release_max_level_debug = ["tracing/release_max_level_debug"]

max_level_warn = ["tracing/max_level_warn"]
max_level_info = ["tracing/max_level_info"]
max_level_debug = ["tracing/max_level_debug", "log/max_level_debug"]

# Testing features that activate extra dependencies
Expand Down

0 comments on commit 94c9b3e

Please sign in to comment.