sts4 icon indicating copy to clipboard operation
sts4 copied to clipboard

Eclipse: Move LanguageServer Logging Preferences to Eclipse-Tree Element

Open bohni opened this issue 11 months ago • 1 comments

Eclipse Preference UI has a "Logs" entry for Language Servers. So the "Spring Language Servers" entry is no longer necessary.

Image

Image

Image

bohni avatar Feb 28 '25 08:02 bohni

The log settings in the Language Servers - Logs section do log information about the communication between the IDE and the language server (basically the messages that are going forth and back).

The specific log setting for the Spring Boot language server will ask the language server itself to write detailed process log output to the console and/or a file, so this is different.

It would make some sense to unify this, but we would at least need to option to configure different log files for the different outputs (the messaging as well as the detailed log from the server process).

martinlippert avatar Feb 28 '25 09:02 martinlippert