From 3cf67f3993b832e88d8ff546542de8bb303848d1 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Thu, 28 Mar 2024 23:08:35 -0700 Subject: [PATCH] disambiguate logging macros by locking log crate Signed-off-by: Jason Volk --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index a8b16423..c98401a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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