Issue
Somehow I've gotten logging turned on for the Spring Boot Language Server (both 1 & 2). The nasty thing is that when it logs to the console window, all other consoles seem to be deleted. For example, if I do a Run/Test on a project and get a bunch of console output, then go try to edit some code, I will sometimes get some stuffed logged to the console window with Spring Boot Language Server 1 (or 2) showing just above the console output pane. Unfortunately, either this seems to wipe out all other consoles or just switch to come other console mode. I note that the console window icons change and the X and XX icons are missing for deleting individual consoles and they are replace with a little textbox icon with a little red x in it. In order to go back and check the java code for the debug, I have to rerun the test.
How do I either turn off the feature or mute the language server console?
Maybe a better way to phrase it, is where do I put the properties to affect the logging of the language server. They don't go in my project's application.properties do they? I think I have the levels set there to prevent them.
Solution
I thought I had looked before. When I bring up Preferences and search for Language Servers STS it brings up the page to turn of the various Language Server consoles.
Answered By - AixNPanes
Answer Checked By - Timothy Miller (JavaFixing Admin)