mirror of https://github.com/apache/kafka.git
				
				
				
			MINOR: Fix wrong link and extension name (#18545)
Reviewers: Andrew Schofield <aschofield@confluent.io>
This commit is contained in:
		
							parent
							
								
									ae661dec34
								
							
						
					
					
						commit
						753d685921
					
				|  | @ -63,9 +63,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 `log4j2.yml` 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.yaml` 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/log4j2.yml#L35) in `clients/src/test/resources/log4j2.yml`  | ||||
| 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/log4j2.yaml#L35) in `clients/src/test/resources/log4j2.yaml`  | ||||
| to `level: INFO` and then run: | ||||
|      | ||||
|     ./gradlew cleanTest clients:test --tests NetworkClientTest    | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue