JVM logging sometimes outputs to standard out. This breaks the language support coming from the language server, because the language client and server communicate through standard in/standard out. Because of this, JVM logging should be disabled by default, and should only be enabled if the user explicitly enables it.
See redhat-developer/vscode-java#2577
JVM logging sometimes outputs to standard out. This breaks the language support coming from the language server, because the language client and server communicate through standard in/standard out. Because of this, JVM logging should be disabled by default, and should only be enabled if the user explicitly enables it.
See redhat-developer/vscode-java#2577