Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion docs/misc/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,11 @@ When exec'ed interactively into the container, jattach can be invoked against th

```shell
jattach $(pgrep java) threaddump
```
```

## Networking errors

If observing network error/exceptions that involve the term "reactor.netty.http.client", then further tracing logs can be enabled by setting the following environment variables:

- `FETCH_WIRETAP` to `true`
- `HELPER_LOGGING_LEVEL` to `trace`