You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/05/06 16:54:57 UTC

[GitHub] [hudi] vburenin commented on a change in pull request #2714: [HUDI-1707] Reduces log level for too verbose messages from info to debug level.

vburenin commented on a change in pull request #2714:
URL: https://github.com/apache/hudi/pull/2714#discussion_r606851124



##########
File path: hudi-sync/hudi-hive-sync/src/main/java/org/apache/hudi/hive/util/HiveSchemaUtil.java
##########
@@ -109,7 +109,7 @@ public static SchemaDifference getSchemaDifference(MessageType storageSchema, Ma
         schemaDiffBuilder.addTableColumn(entry.getKey(), entry.getValue());
       }
     }
-    LOG.info("Difference between schemas: " + schemaDiffBuilder.build().toString());
+    LOG.debug("Difference between schemas: " + schemaDiffBuilder.build().toString());

Review comment:
       It can be very large some times, that's why I moved it to debug. Schemas on our side are hundreds of pages long. However, if you find it very useful for yourself, I can move it back to info. Just let me know.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org