FANNG1 commented on code in PR #7604: URL: https://github.com/apache/gravitino/pull/7604#discussion_r2209775554
########## conf/log4j2.properties.template: ########## @@ -72,6 +72,10 @@ logger.lineage.level = info logger.lineage.appenderRef.lineage_file.ref = lineage_file logger.lineage.additivity = false +logger.catalogOps.name = org.apache.gravitino.server.web.rest.CatalogOperations Review Comment: If we change the log level of REST operations from INFO to WARN, we should enable the audit log by default to display the create/alter events. -- 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]
