Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
tail -f /var/log/automation/automation.log
Info
titleNotice

For AmpCon version >= 1.9.0, we upgrade the Python version to 3.X and change the way we save logs.

Then you can find the log files under /var/log/automation/

Code Block
[root@10.1.0.16 automation]# pwd
/var/log/automation
[root@10.1.0.16 automation]# ls -ltr
total 22404
-rw-r--r--. 1 root root        1 Apr  3 09:38 automation.log
-rw-r--r--. 1 root root   362714 Apr  6 06:44 celery_worker.log
-rw-r--r--. 1 root root   363790 Apr  6 06:45 celery_beat.log
-rw-r--r--. 1 root root     3074 Apr  6 07:12 ssh_service.log
-rw-r--r--. 1 root root   569333 Apr  7 03:07 gunicorn_app_server.log
-rw-r--r--. 1 root root  2676765 Apr 10 05:28 vtep_management_service.log
-rw-r--r--. 1 root root 17501085 Apr 10 05:29 sync_main_service.log
[root@10.1.0.16 automation]#


Select Operation Logs > System Logs  and click Export Backend Logs to export the log to your desktop as shown below.

...