KevinZTW commented on code in PR #15596:
URL: https://github.com/apache/kafka/pull/15596#discussion_r1537700914


##########
README.md:
##########
@@ -56,7 +56,11 @@ Follow instructions in https://kafka.apache.org/quickstart
 ### Running a particular unit/integration test with log4j output ###
 Change the log4j setting in either 
`clients/src/test/resources/log4j.properties` or 
`core/src/test/resources/log4j.properties`
 
-    ./gradlew clients:test --tests RequestResponseTest
+For example, you can modify the line in 
`clients/src/test/resources/log4j.properties` to 
`log4j.logger.org.apache.kafka=INFO` and then run:
+    
+    ./gradlew cleanTest clients:test --tests NetworkClientTest --info   

Review Comment:
   I see, I add the `--info`  is because I want the user could also see logs on 
the console directly agree it do print out lots of info though...



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