diff --git a/tests-integration/src/grpc.rs b/tests-integration/src/grpc.rs index ded795861476..e997139b5357 100644 --- a/tests-integration/src/grpc.rs +++ b/tests-integration/src/grpc.rs @@ -44,6 +44,7 @@ mod test { #[tokio::test(flavor = "multi_thread")] async fn test_distributed_handle_ddl_request() { + common_telemetry::init_default_ut_logging(); let instance = tests::create_distributed_instance("test_distributed_handle_ddl_request").await;