mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-08-14 19:23:22 +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
|
```shell
|
||||||
jattach $(pgrep java) threaddump
|
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