From 7155bfa1a8bfe05a295564bf13226694bf097f19 Mon Sep 17 00:00:00 2001 From: WenyXu Date: Mon, 4 Dec 2023 13:27:20 +0000 Subject: [PATCH] chore: enable logging for test_distributed_handle_ddl_request --- tests-integration/src/grpc.rs | 1 + 1 file changed, 1 insertion(+) 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;