about summary refs log tree commit diff
path: root/tvix/tracing
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/tracing')
-rw-r--r--tvix/tracing/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/tracing/Cargo.toml b/tvix/tracing/Cargo.toml
index eea6ca17711f..f65c9eba6cab 100644
--- a/tvix/tracing/Cargo.toml
+++ b/tvix/tracing/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2021"
 
 [dependencies]
 lazy_static = "1.4.0"
-tracing = { version = "0.1.40", features = ["max_level_trace", "release_max_level_info"] }
+tracing = { version = "0.1.40", features = ["max_level_trace", "release_max_level_debug"] }
 tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
 indicatif = "0.17.8"
 tracing-indicatif = "0.3.6"