# Issue informations in Eclipse Theia, several traces are set such as: ``` Apr 10, 2019 11:58:55 AM org.eclipse.lsp4j.jsonrpc.services.GenericEndpoint notify INFO: Unsupported notification method: $/setTraceNotification ``` it seems that the language server needs to (either implement) or specify to ignore undocumented protocol messages. See https://github.com/theia-ide/theia/issues/4855#issuecomment-481974955 and https://github.com/Microsoft/vscode-languageserver-node/issues/170
Issue informations
in Eclipse Theia, several traces are set such as:
it seems that the language server needs to (either implement) or specify to ignore undocumented protocol messages.
See eclipse-theia/theia#4855 (comment) and microsoft/vscode-languageserver-node#170