chia7712 commented on code in PR #18290: URL: https://github.com/apache/kafka/pull/18290#discussion_r1896536420
########## config/tools-log4j2.yaml: ########## @@ -12,10 +12,20 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +Configuration: Review Comment: Could you please open a jira for this change? `tools-log4j.properties` is still used in code base ########## build.gradle: ########## @@ -1647,6 +1657,9 @@ project(':test-common:test-common-runtime') { implementation libs.junitPlatformLanucher implementation libs.junitJupiterApi implementation libs.junitJupiter + implementation log4jLibs Review Comment: line#1656 `implementation libs.slf4jApi` is unnecessary now. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org