diff --git a/thrift/compiler/test/fixtures/interactions/out/rust/gen-rust/server.rs b/thrift/compiler/test/fixtures/interactions/out/rust/gen-rust/server.rs index 6bb78252784..2fdfdcd0a00 100644 --- a/thrift/compiler/test/fixtures/interactions/out/rust/gen-rust/server.rs +++ b/thrift/compiler/test/fixtures/interactions/out/rust/gen-rust/server.rs @@ -6838,7 +6838,7 @@ where ::std::result::Result::Ok(res) } ::std::result::Result::Ok(::std::result::Result::Err(exn)) => { - ::tracing::info!(method = "MyInteraction.frobnicate", exception = ?exn); + ::tracing::error!(method = "MyInteraction.frobnicate", exception = ?exn); ::std::result::Result::Err(exn) } ::std::result::Result::Err(exn) => { @@ -6899,7 +6899,7 @@ where ::std::result::Result::Ok(res) } ::std::result::Result::Ok(::std::result::Result::Err(exn)) => { - ::tracing::info!(method = "MyInteraction.ping", exception = ?exn); + ::tracing::error!(method = "MyInteraction.ping", exception = ?exn); ::std::result::Result::Err(exn) } ::std::result::Result::Err(exn) => { @@ -7419,7 +7419,7 @@ where ::std::result::Result::Ok(res) } ::std::result::Result::Ok(::std::result::Result::Err(exn)) => { - ::tracing::info!(method = "SharedInteraction.init", exception = ?exn); + ::tracing::error!(method = "SharedInteraction.init", exception = ?exn); ::std::result::Result::Err(exn) } ::std::result::Result::Err(exn) => { @@ -7480,7 +7480,7 @@ where ::std::result::Result::Ok(res) } ::std::result::Result::Ok(::std::result::Result::Err(exn)) => { - ::tracing::info!(method = "SharedInteraction.do_something", exception = ?exn); + ::tracing::error!(method = "SharedInteraction.do_something", exception = ?exn); ::std::result::Result::Err(exn) } ::std::result::Result::Err(exn) => { @@ -7541,7 +7541,7 @@ where ::std::result::Result::Ok(res) } ::std::result::Result::Ok(::std::result::Result::Err(exn)) => { - ::tracing::info!(method = "SharedInteraction.tear_down", exception = ?exn); + ::tracing::error!(method = "SharedInteraction.tear_down", exception = ?exn); ::std::result::Result::Err(exn) } ::std::result::Result::Err(exn) => { @@ -7896,7 +7896,7 @@ where ::std::result::Result::Ok(res) } ::std::result::Result::Ok(::std::result::Result::Err(exn)) => { - ::tracing::info!(method = "InteractWithShared.do_some_similar_things", exception = ?exn); + ::tracing::error!(method = "InteractWithShared.do_some_similar_things", exception = ?exn); ::std::result::Result::Err(exn) } ::std::result::Result::Err(exn) => {