I've seen (more or less random) log messages from the language server appearing in the Error Log view in Eclipse. For example:
12:42:39.475 [Reconciler-1] INFO o.s.i.v.b.j.u.CompilationUnitCache - CU Cache: start work on AST for file:///<path-to-file>/gs-rest-service-complete/src/main/java/com/example/restservice/GreetingController.java
or
09:14:44.401 [Simple-Language-Server main thread] INFO o.s.i.v.boot.app.SpringSymbolIndex - Update document [file changed]: file:///<path-to-file>/gs-rest-service-complete/target/classes/META-INF/maven/com.example/rest-service-complete/pom.properties
They look like regular INFO messages from the language server, so I am wondering why they appear in the Error Log view - and definitely not all of them.
(I am running Spring Tools for Eclipse 5.0.0.RELASE)
I've seen (more or less random) log messages from the language server appearing in the Error Log view in Eclipse. For example:
or
They look like regular
INFOmessages from the language server, so I am wondering why they appear in the Error Log view - and definitely not all of them.(I am running Spring Tools for Eclipse 5.0.0.RELASE)