add feature flag to switch between log and tracing

This commit is contained in:
OMGeeky
2023-06-01 21:32:24 +02:00
parent fcbaf6926c
commit 70e9cd559b
10 changed files with 39 additions and 1578 deletions

View File

@@ -1,4 +1,4 @@
use log::{debug, info, LevelFilter};
use crate::prelude::*;
use nameof::name_of;
use google_bigquery_v2::data::query_builder::QueryResultType;