diff options
| author | HampusM <hampus@hampusmat.com> | 2026-05-23 18:42:43 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-05-23 18:42:43 +0200 |
| commit | 9d83064889b4e801a1c6de60e10052806708f143 (patch) | |
| tree | 402fbed9ef2ffbbd8ea460b19d7d7009995ab690 /Cargo.toml | |
| parent | 8022e8998290b067b8aa0cb9cba8ba410826bdab (diff) | |
build: improve compile-time tracing log filter levels
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
