ramachandranms opened a new pull request #1474: [HUDI-562] Enable testing at debug log level URL: https://github.com/apache/incubator-hudi/pull/1474 ## What is the purpose of the pull request This pull request updates all the log4j configuration files that affect testing. Following changes are made * Enable tests to be run at the log level of DEBUG * Log only WARN and above to console to conserve log file size This is to ensure that tests will execute all code paths, even the ones written under DEBUG log levels. This will improve coverage as well as ensure there are no surprised when DEBUG log level is enabled in production. ## Brief change log * Modified all log4j testing properties to enable DEBUG level execute but only log WARN and above to console. ## Verify this pull request This pull request is a trivial log4j properties change without any test coverage. ## Committer checklist - [ ] Has a corresponding JIRA in PR title & commit - [ ] Commit message is descriptive of the change - [ ] CI is green - [ ] Necessary doc changes done or have another open PR - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
