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


##########
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:
   Since this line is directly linked to a file in the `trunk` branch, a better 
solution might be to modify the document after this PR gets merged. I can file 
a JIRA to track this modification if you agree.
   WDYT?



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

Reply via email to