Skip to content

Commit

Permalink
Update faq.md about enabling detailed HTTP logging (GoogleContainerTo…
Browse files Browse the repository at this point in the history
  • Loading branch information
chanseokoh authored Jun 8, 2023
1 parent 934814c commit 22d5378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -696,12 +696,12 @@ mvn --batch-mode -Djava.util.logging.config.file=path/to/logging.properties -Dji
```
or
```sh
gradle --no-daemon --console=plain -Djava.util.logging.config.file=path/to/logging.properties -Djib.serialize=true ...
gradle --no-daemon --console=plain --info -Djava.util.logging.config.file=path/to/logging.properties -Djib.serialize=true ...
```

**Note**: Jib Gradle plugins prior to version 2.2.0 have an issue generating HTTP logs ([#2356](https://github.com/GoogleContainerTools/jib/issues/2356)).

You may wish to enable the debug logs too (`-X` for Maven, or `--debug --stacktrace` for Gradle).
You may want to enable the debug logs too (`-X` for Maven, or `--debug --stacktrace` for Gradle).

When configured correctly, you should see logs like this:
```
Expand Down

0 comments on commit 22d5378

Please sign in to comment.