mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-07-12 03:25:09 +00:00
Document troubleshooting of Reactor Netty's HTTP client (#4153)
This commit is contained in:
@@ -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`
|
||||
Reference in New Issue
Block a user