yuqi1129 opened a new pull request, #9549: URL: https://github.com/apache/gravitino/pull/9549
### What changes were proposed in this pull request? This pull request updates logging configurations for the Gravitino Iceberg REST and Lance REST servers. It introduces new template files for Log4j2 properties, refines the log file naming conventions, and removes custom lineage logging configuration from the Iceberg REST server chart. **Logging configuration updates:** * Added new Log4j2 property template files for `gravitino-iceberg-rest-server` and `gravitino-lance-rest-server` to standardize logging setup and file rotation policies. [[1]](diffhunk://#diff-674c4dd2a8728c2490ddfeb125668ce987dcdac9ccf9805ee010d21bca5e7577R1-R52) [[2]](diffhunk://#diff-3866f87f7331f9967c2bb78e7ea33af90d57fa3c66f60365e11559ee42270f46R1-R52) **Iceberg REST server logging changes:** * Renamed the log configuration file in the Iceberg REST server Helm chart to `gravitino-iceberg-reset-log4j2.properties` and updated default log path and server name variables for improved clarity and consistency. **Lineage logging removal:** * Removed the separate lineage log file configuration and associated logger settings from the Iceberg REST server chart, simplifying the logging setup. ### Why are the changes needed? Gravitino, Iceberg REST, and Lance REST share the same log4j2.properties file, which is not well-designed. Fix: #9547 ### Does this PR introduce _any_ user-facing change? N/A. ### How was this patch tested? Existing tests. -- 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]
