How to watch Orchestrator logs
Learn to manage your edge node and service logs with the Orchorstrator Agent, including deployment and troubleshooting.
After the installation of Orchestrator Agent, you can check the edge node’s logs and the edge services triggers’ logs.
Checking an edge node’s logs
- Access your edge node.
- Open the terminal.
- Run the following command:
This command outputs the logs related to the edge node in specific, presenting:
- The manifest version.
- Communication with the server.
- Errors.
Checking edge services’ logs
- Access your edge node.
- Open the terminal.
- Run the following command:
This command outputs the logs related to the edge node in specific, presenting the logs of the install, update, and delete triggers configured inside the edge services bound to the edge node.
go to how to run scripts