From b40c5d646b3ef9bcc46a68aac42a315f2d1d5556 Mon Sep 17 00:00:00 2001 From: Scott Opell Date: Thu, 28 Dec 2023 21:33:52 +0100 Subject: [PATCH] Update tools/misbehaving-jmx-server/README.md Co-authored-by: Kaylyn --- tools/misbehaving-jmx-server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/misbehaving-jmx-server/README.md b/tools/misbehaving-jmx-server/README.md index e64a70b29..9c251fb1c 100644 --- a/tools/misbehaving-jmx-server/README.md +++ b/tools/misbehaving-jmx-server/README.md @@ -30,7 +30,7 @@ a secondary `init` payload that contains the correct RMI Hostname. It is designe To enable debug logging, set the system property `-Dorg.slf4j.simpleLogger.defaultLogLevel=debug`. This can be done in the Dockerfile `CMD` if running in a container -For extra debug logging around RMI systems, try any/all of the following: +For extra debug logging around RMI systems, try the following: - `-Djava.rmi.server.logCalls=true` - `-Dsun.rmi.server.exceptionTrace=true` - `-Dsun.rmi.transport.logLevel=verbose`