move verbose to debug to align with log and opentelemetry (#541)

This commit is contained in:
bmc-msft
2021-02-11 16:49:27 -05:00
committed by GitHub
parent a3d73a240d
commit 360693e8a4
23 changed files with 68 additions and 72 deletions

View File

@ -418,7 +418,7 @@ macro_rules! log {
}
#[macro_export]
macro_rules! verbose {
macro_rules! debug {
($($tt: tt)*) => {{
let msg = format!($($tt)*);
onefuzz_telemetry::log!(onefuzz_telemetry::Verbose, msg);