disambiguate logging macros by locking log crate

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-03-28 23:08:35 -07:00 committed by June
parent cf8727a5f8
commit 3cf67f3993
1 changed files with 5 additions and 0 deletions

View File

@ -131,6 +131,11 @@ default-features = false
features = ["jpeg", "png", "gif", "webp"]
# logging
[dependencies.log]
version = "0.4.21"
default-features = false
features = ["max_level_trace", "release_max_level_info"]
[dependencies.tracing]
version = "0.1.40"
default-features = false