Skip to content

Commit

Permalink
fix: only log debug level in debug builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Sculas committed Jul 9, 2022
1 parent d69ae96 commit 6d8eb9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde = { version = "1.0", features = ["derive"] }
dotenv = "0.15"
serde_json = "1.0"
tokio = { version = "1.0", features = ["rt-multi-thread"] }
log = { version = "0.4", features = ["max_level_debug"] }
log = { version = "0.4", features = ["max_level_debug", "release_max_level_info"] }
regex = "1.0"
serde_regex = "1.1"
chrono = "0.4"
Expand Down

0 comments on commit 6d8eb9a

Please sign in to comment.