summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5062219..349c15a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ opengl-bindings = { path = "opengl-bindings" }
[dependencies]
engine = { path = "./engine" }
-tracing = { version = "0.1.39", features = ["max_level_debug"] }
+tracing = { version = "0.1.39", features = ["max_level_trace", "release_max_level_warn"] }
[dependencies.tracing-subscriber]
version = "0.3.17"