blob: 2b0a1b01574b0af2ee83106088aca9fed2f9b341 [file] [log] [blame]
// viewing-logs-for-camel
[id="verifying-the-state-of-the-camel-language-server_{context}"]
= Verifying the state of the Camel language server
.Procedure
The user can inspect the log output of the sidecar container using the Camel language tools that are stored in the `vscode-apache-camel__<xxx>__` Camel container.
To verify the state of the language server:
. Open a terminal inside the `vscode-apache-camel__<xxx>__` container.
. Run the `ps aux | grep java` command. The following is an example language server process:
+
----
java -jar /tmp/vscode-unpacked/camel-tooling.vscode-apache-camel.latest.euqhbmepxd.camel-tooling.vscode-apache-camel-0.0.14.vsix/extension/jars/language-server.jar
----
. If you cannot find it, see link:#checking-important-logs_viewing-logs-from-language-servers-and-debug-adapters[Checking important logs].