only allow up to info level logging on release builds
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
c5afc6bf98
commit
23ee479062
2 changed files with 3 additions and 0 deletions
|
@ -153,6 +153,8 @@ features = [
|
|||
[dependencies.tracing]
|
||||
version = "0.1.40"
|
||||
default-features = false
|
||||
features = ["max_level_trace", "release_max_level_info"]
|
||||
|
||||
[dependencies.tracing-subscriber]
|
||||
version = "0.3.18"
|
||||
features = ["env-filter"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue