Skip to content

Commit 3837b74

Browse files
authored
fix: turn on tracing on release
1 parent f291244 commit 3837b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ features = ["json"]
9797

9898
[dependencies.tracing]
9999
workspace = true
100-
features = ["async-await", "log", "release_max_level_off"]
100+
features = ["async-await", "log", "release_max_level_debug"]
101101

102102
[dependencies.tokio]
103103
workspace = true

0 commit comments

Comments
 (0)