shubhampatel28 opened a new pull request, #14057: URL: https://github.com/apache/hudi/pull/14057
### Describe the issue this Pull Request addresses This PR addresses issue [#14056](https://github.com/apache/hudi/issues/14056) by changing logging level from INFO to DEBUG for high-volume table loading messages to reduce excessive log generation. ### Summary and Changelog - Changed `LOG.info to `LOG.debug(...)` in HoodieTableMetaClient.java - Changed `LOG.info to `LOG.debug` in ActiveTimelineV1.java ### Impact - **Reduces log volume**: These messages are generated very frequently during normal Hudi operations - **No functional changes**: Debug information remains available when logging level is set to DEBUG - **Better defaults**: Reduces log noise while maintaining diagnostic capability when needed - ### Risk Level none ### Documentation Update none ### Contributor's checklist - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Enough context is provided in the sections above - [ ] Adequate tests were added if applicable -- 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]
