Update tracing in interop test

This commit is contained in:
Lucio Franco
2019-09-16 18:40:43 -04:00
parent d6f4d49e2e
commit 9954b9e10c
4 changed files with 14 additions and 11 deletions
+1 -3
View File
@@ -19,9 +19,7 @@ struct Opts {
#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
let sub = tracing_fmt::FmtSubscriber::builder().finish();
tracing::subscriber::set_global_default(sub).unwrap();
let _ = tracing_log::LogTracer::init();
tonic_interop::trace_init();
let matches = Opts::from_args();