Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ezhov-da/f497a8c5968a09b7cfc5251013ec9ebb to your computer and use it in GitHub Desktop.
Save ezhov-da/f497a8c5968a09b7cfc5251013ec9ebb to your computer and use it in GitHub Desktop.
Логирование JConsole

==> https://access.redhat.com/solutions/962343

logging-jconsole.properties

handlers=java.util.logging.ConsoleHandler

.level=INFO
java.util.logging.ConsoleHandler.level=FINEST
java.util.logging.ConsoleHandler.formatter=java.util.logging.SimpleFormatter
javax.management.level=FINEST
javax.management.remote.level=FINEST
jconsole -J-Djava.util.logging.config.file=logging-jconsole.properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment