jerryshao commented on code in PR #11343:
URL: https://github.com/apache/gravitino/pull/11343#discussion_r3340934516


##########
core/src/main/java/org/apache/gravitino/Configs.java:
##########
@@ -401,7 +401,7 @@ private Configs() {}
           .doc("Gravitino event log formatter class name")
           .version(ConfigConstants.VERSION_0_7_0)
           .stringConf()
-          .createWithDefault(SimpleFormatterV2.class.getName());
+          .createWithDefault(JsonAuditFormatter.class.getName());

Review Comment:
   We'd better not change the default format.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to