# 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