From f01c44fe23eac9b97dc1cb59339f7668d8ebe61e Mon Sep 17 00:00:00 2001 From: Sriharsha Chintalapani Date: Sun, 10 Aug 2025 23:55:20 -0700 Subject: [PATCH] fix logger level in sample_data.yaml (#22867) (cherry picked from commit c4d395d14daf1fa539a79dd8b6f5fe732b19de82) --- ingestion/pipelines/sample_data.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion/pipelines/sample_data.yaml b/ingestion/pipelines/sample_data.yaml index 36cbbb93c72..af26b907d0e 100644 --- a/ingestion/pipelines/sample_data.yaml +++ b/ingestion/pipelines/sample_data.yaml @@ -13,7 +13,7 @@ sink: type: metadata-rest config: {} workflowConfig: - loggerLevel: DEBUG # DEBUG, INFO, WARN or ERROR + loggerLevel: INFO # DEBUG, INFO, WARN or ERROR openMetadataServerConfig: hostPort: http://localhost:8585/api authProvider: openmetadata