Skip to content

Commit 753d685

Browse files
authored
MINOR: Fix wrong link and extension name (apache#18545)
Reviewers: Andrew Schofield <[email protected]>
1 parent ae661de commit 753d685

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ Follow instructions in https://kafka.apache.org/quickstart
6363
./gradlew clients:test --tests org.apache.kafka.clients.MetadataTest.testTimeToNextUpdate
6464

6565
### Running a particular unit/integration test with log4j output ###
66-
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.
66+
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.
6767

68-
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`
68+
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`
6969
to `level: INFO` and then run:
7070

7171
./gradlew cleanTest clients:test --tests NetworkClientTest

0 commit comments

Comments
 (0)