Skip to content

Commit

Permalink
refactor: config max log levels
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed Dec 31, 2023
1 parent 64ee394 commit e500da2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ indexmap = "2.1.0"
riff = "2.0.0"
rusqlite = "0.30.0"
thiserror = "1.0.0"
tracing = "0.1.40"
tracing = { version = "0.1.40", features = [
"max_level_trace",
"release_max_level_warn",
] }

[target.'cfg(windows)'.dependencies]
rusqlite = { version = "0.30.0", features = ["bundled"] }
Expand Down

0 comments on commit e500da2

Please sign in to comment.