Skip to content

Commit 29fe8c9

Browse files
authored
Update logging instructions
1 parent e1f4ac5 commit 29fe8c9

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
@@ -13,15 +13,15 @@ The reference documentation for the API can be found [here](https://docs.gradle.
1313
When working on caching new goals, you can obtain a debug output with the following command:
1414

1515
```
16-
./mvnw -Dquickly -Dorg.slf4j.simpleLogger.log.gradle.goal.cache=debug -Dorg.slf4j.simpleLogger.log.io.quarkus.develocity=debug -e clean install
16+
./mvnw -Dquickly -Dorg.slf4j.simpleLogger.log.develocity.goal.cache=debug -Dorg.slf4j.simpleLogger.log.io.quarkus.develocity=debug -e clean install
1717
```
1818

1919
This command should be run on a single module on the Quarkus project for easier debugging.
2020

2121
Note: the `clean install` goals are important even if not strictly necessary when using `-Dquickly`.
2222
The cache won't be populated otherwise.
2323

24-
You can also get some information about the generation of the cache key with `-Dorg.slf4j.simpleLogger.log.gradle.goal.fingerprint=trace`.
24+
You can also get some information about the generation of the cache key with `-Dorg.slf4j.simpleLogger.log.develocity.goal.fingerprint=trace`.
2525

2626
## Releasing
2727

0 commit comments

Comments
 (0)