frankvicky commented on code in PR #17373:
URL: https://github.com/apache/kafka/pull/17373#discussion_r1844089662


##########
README.md:
##########
@@ -54,9 +54,9 @@ Follow instructions in https://kafka.apache.org/quickstart
     ./gradlew clients:test --tests 
org.apache.kafka.clients.MetadataTest.testTimeToNextUpdate
 
 ### Running a particular unit/integration test with log4j output ###
-By default, there will be only small number of logs output while testing. You 
can adjust it by changing the `log4j.properties` file in the module's 
`src/test/resources` directory.
+By default, there will be only small number of logs output while testing. You 
can adjust it by changing the `log4j2.properties` file in the module's 
`src/test/resources` directory.
 
-For example, if you want to see more logs for clients project tests, you can 
modify [the 
line](https://github.com/apache/kafka/blob/trunk/clients/src/test/resources/log4j.properties#L21)
 in `clients/src/test/resources/log4j.properties` 
+For example, if you want to see more logs for clients project tests, you can 
modify [the 
line](https://github.com/apache/kafka/blob/trunk/clients/src/test/resources/log4j.properties#L21)
 in `clients/src/test/resources/log4j2.properties` 

Review Comment:
   Make sense. I will apply it in next commit



-- 
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

Reply via email to