mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-18 20:58:06 +00:00
move verbose to debug to align with log
and opentelemetry
(#541)
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user