Skip to content

Commit

Permalink
Update logging instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet authored Aug 13, 2024
1 parent e1f4ac5 commit 29fe8c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ The reference documentation for the API can be found [here](https://docs.gradle.
When working on caching new goals, you can obtain a debug output with the following command:

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

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

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

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

## Releasing

Expand Down

0 comments on commit 29fe8c9

Please sign in to comment.