How to watch Edge Orchestrator logs

After the installation of Edge Orchestrator Agent, you can check the edge node’s logs and the edge services triggers’ logs.


Checking an edge node’s logs

Section titled Checking an edge node’s logs
  1. Access your edge node.
  2. Open the terminal.
  3. Run the following command:
Terminal window
sudo vim /var/log/azion/edge-orchestrator.log

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

Section titled Checking edge services’ logs
  1. Access your edge node.
  2. Open the terminal.
  3. Run the following command:
Terminal window
sudo vim /var/log/azion/edge-services.log

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

Contributors